Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 Changes in this version type App + KeyTransfer *sdk.KVStoreKey + TransferKeeper *transfer.BaseKeeper v0.9.0 Oct 19, 2020 Changes in this version + func AdvanceBlock(app *baseapp.BaseApp, lastHeight int64, n int) ([]abci.ResponseBeginBlock, []abci.ResponseEndBlock) + func CheckBalance(t *testing.T, app *App, addr sdk.CUAddress, exp sdk.Coins) + func CheckGenTx(t *testing.T, app *baseapp.BaseApp, msgs []sdk.Msg, seq []uint64, expPass bool, ...) sdk.Result + func CreateGenAccounts(numAccs int, genCoins sdk.Coins) (genAccs []custodianunit.CU, addrs []sdk.CUAddress, pubKeys []crypto.PubKey, ...) + func GenSequenceOfTxs(msgs []sdk.Msg, initSeqNums []uint64, numToGenerate int, ...) []custodianunit.StdTx + func GenTx(msgs []sdk.Msg, seq []uint64, priv ...crypto.PrivKey) custodianunit.StdTx + func GeneratePrivKeyAddressPairs(n int) (keys []crypto.PrivKey, addrs []sdk.CUAddress) + func GeneratePrivKeyAddressPairsFromRand(rand *rand.Rand, n int) (keys []crypto.PrivKey, addrs []sdk.CUAddress) + func GeneratePrivKeys(n int) (keys []crypto.PrivKey) + func RandFromBigInterval(r *rand.Rand, intervals []BigInterval) sdk.Int + func RandomSetGenesis(r *rand.Rand, app *App, addrs []sdk.CUAddress, denoms []string) + func SetGenesis(app *App, accs []custodianunit.CU) + func SignCheckDeliver(t *testing.T, cdc *codec.Codec, app *baseapp.BaseApp, header abci.Header, ...) (sdk.Result, abci.ResponseBeginBlock, abci.ResponseEndBlock) + type AddrKeys struct + Address sdk.CUAddress + PrivKey crypto.PrivKey + PubKey crypto.PubKey + func NewAddrKeys(address sdk.CUAddress, pubKey crypto.PubKey, privKey crypto.PrivKey) AddrKeys + type AddrKeysSlice []AddrKeys + func (b AddrKeysSlice) Len() int + func (b AddrKeysSlice) Less(i, j int) bool + func (b AddrKeysSlice) Swap(i, j int) + type App struct + CUKeeper custodianunit.CUKeeper + Cdc *codec.Codec + GenesisAccounts []custodianunit.CU + KeyAccount *sdk.KVStoreKey + KeyMain *sdk.KVStoreKey + KeyParams *sdk.KVStoreKey + ParamsKeeper params.Keeper + ReceiptKeeper *receipt.Keeper + TKeyParams *sdk.TransientStoreKey + TotalCoinsSupply sdk.Coins + func NewApp() *App + func (app *App) CompleteSetup(newKeys ...sdk.StoreKey) error + func (app *App) InitChainer(ctx sdk.Context, _ abci.RequestInitChain) abci.ResponseInitChain + type BigInterval struct