Documentation
¶
Index ¶
- type Keeper
- func (k Keeper) ApproveBy(ctx sdk.Context) (address sdk.AccAddress)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) GetSwap(ctx sdk.Context, txHash types.EthereumHash) (swap types.Swap, found bool)
- func (k Keeper) GetSwaps(ctx sdk.Context, skip, limit int) (items types.Swaps)
- func (k Keeper) HasSwap(ctx sdk.Context, txHash types.EthereumHash) bool
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) MintCoin(ctx sdk.Context, coin sdk.Coin) error
- func (k Keeper) SendCoinFromModuleToAccount(ctx sdk.Context, address sdk.AccAddress, coin sdk.Coin) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetSwap(ctx sdk.Context, swap types.Swap)
- func (k Keeper) Store(ctx sdk.Context) sdk.KVStore
- func (k Keeper) SwapDenom(ctx sdk.Context) (denom string)
- func (k Keeper) SwapEnabled(ctx sdk.Context) (yes bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.