package
0.0.0-20200429121121-410e5a8606eb
Repository: https://github.com/bandprotocol/goldcdp.git
Documentation: pkg.go.dev
# Functions
CreateAddr adds an address to the key store and returns an address and seed.
CreateAddrs adds multiple address to the key store and returns the addresses and associated seeds in lexographical order by address.
GetConfig returns a Tendermint config for the test cases.
InitClientHome initialises client home dir.
InitializeLCD starts Tendermint and the LCD in process, listening on their respective sockets where nValidators is the total number of validators and initAddrs are the accounts to initialize with some stake tokens.
# Structs
AddrSeed combines an Address with the mnemonic of the private key to that address.
# Type aliases
AddrSeedSlice implements `Interface` in sort package.