Documentation ¶
Index ¶
- func MakeTestCodec() *codec.Codec
- type DummyFeeCollectionKeeper
- func CreateTestInputAdvanced(t *testing.T, isCheckTx bool, initCoins sdk.Int, communityTax sdk.Dec) (sdk.Context, auth.AccountKeeper, distr.Keeper, stake.Keeper, ...)
- func CreateTestInputDefault(t *testing.T, isCheckTx bool, initCoins sdk.Int) (sdk.Context, auth.AccountKeeper, distr.Keeper, stake.Keeper, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DummyFeeCollectionKeeper ¶
type DummyFeeCollectionKeeper struct{}
__________________________________________________________________________________ fee collection keeper used only for testing
func CreateTestInputAdvanced ¶
func CreateTestInputAdvanced(t *testing.T, isCheckTx bool, initCoins sdk.Int, communityTax sdk.Dec) ( sdk.Context, auth.AccountKeeper, distr.Keeper, stake.Keeper, DummyFeeCollectionKeeper)
hogpodge of all sorts of input required for testing
func CreateTestInputDefault ¶
func CreateTestInputDefault(t *testing.T, isCheckTx bool, initCoins sdk.Int) ( sdk.Context, auth.AccountKeeper, distr.Keeper, stake.Keeper, DummyFeeCollectionKeeper)
test input with default values
func (DummyFeeCollectionKeeper) ClearCollectedFees ¶
func (fck DummyFeeCollectionKeeper) ClearCollectedFees(_ sdk.Context)
func (DummyFeeCollectionKeeper) GetCollectedFees ¶
func (fck DummyFeeCollectionKeeper) GetCollectedFees(_ sdk.Context) sdk.Coins
nolint
func (DummyFeeCollectionKeeper) SetCollectedFees ¶
func (fck DummyFeeCollectionKeeper) SetCollectedFees(in sdk.Coins)
Click to show internal directories.
Click to hide internal directories.