Documentation ¶
Index ¶
- func NewAccount(ctx sdk.Context, am auth.AccountKeeper, free int64) (crypto.PrivKey, sdk.Account)
- func NewAccountForPub(ctx sdk.Context, am auth.AccountKeeper, free, locked, freeze int64, ...) (crypto.PrivKey, sdk.Account)
- func NewNamedAccount(ctx sdk.Context, am auth.AccountKeeper, free int64) (crypto.PrivKey, types.NamedAccount)
- func NewNativeTokens(amount int64) sdk.Coins
- func PrivAndAddr() (crypto.PrivKey, sdk.AccAddress)
- func SetupMultiStoreForUnitTest() (sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey)
- func SetupMultiStoreWithDBForUnitTest() (dbm.DB, sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey, *sdk.KVStoreKey)
- func SetupThreeMultiStoreForUnitTest() (sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey, *sdk.KVStoreKey)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccount ¶
func NewAccountForPub ¶
func NewNamedAccount ¶
func NewNamedAccount(ctx sdk.Context, am auth.AccountKeeper, free int64) (crypto.PrivKey, types.NamedAccount)
func NewNativeTokens ¶
coins to more than cover the fee
func PrivAndAddr ¶
func PrivAndAddr() (crypto.PrivKey, sdk.AccAddress)
generate a priv key and return it with its address
func SetupMultiStoreForUnitTest ¶
func SetupMultiStoreForUnitTest() (sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey)
func SetupMultiStoreWithDBForUnitTest ¶
func SetupMultiStoreWithDBForUnitTest() (dbm.DB, sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey, *sdk.KVStoreKey)
func SetupThreeMultiStoreForUnitTest ¶
func SetupThreeMultiStoreForUnitTest() (sdk.MultiStore, *sdk.KVStoreKey, *sdk.KVStoreKey, *sdk.KVStoreKey)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.