Documentation ¶
Index ¶
Constants ¶
View Source
const (
Bech32MainPrefix = "app"
)
Variables ¶
This section is empty.
Functions ¶
func CreateTestComponents ¶
func CreateTestComponents(t *testing.T) ( sdk.Context, codec.JSONMarshaler, bep3.Keeper, bep3types.AccountKeeper, bep3types.BankKeeper, bep3.AppModule)
func GeneratePrivKeyAddressPairs ¶
func GeneratePrivKeyAddressPairs(n int) (keys []cryptotypes.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.