Documentation
¶
Index ¶
Constants ¶
View Source
const (
Bech32MainPrefix = "app"
)
Variables ¶
This section is empty.
Functions ¶
func CreateTestComponents ¶
func GeneratePrivKeyAddressPairs ¶
func GeneratePrivKeyAddressPairs(n int) (keys []crypto.PrivKey, addrs []sdk.AccAddress)
Migrated from github/kava/app/test_common.go GeneratePrivKeyAddressPairsFromRand generates (deterministically) a total of n private keys and addresses. TODO only generate secp256 keys?
Types ¶
type GenesisState ¶
type GenesisState map[string]json.RawMessage
Migrated from github/kava/app/genesis.go GenesisState represents the genesis state of the blockchain. It is a map from module names to module genesis states.
Click to show internal directories.
Click to hide internal directories.