Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) Add(ctx sdk.Context, i uint64, coins sdk.Coins) error
- func (k Keeper) DeleteTransferForDeadline(ctx sdk.Context, at time.Time, i uint64)
- func (k Keeper) Deposit(ctx sdk.Context, from sdk.AccAddress, to uint64, coins sdk.Coins) error
- func (k Keeper) GetAccount(ctx sdk.Context, i uint64) (account types.Account, found bool)
- func (k Keeper) GetAccounts(ctx sdk.Context) (items types.Accounts)
- func (k Keeper) GetAccountsCount(ctx sdk.Context) (count uint64)
- func (k Keeper) GetTransfer(ctx sdk.Context, i uint64) (transfer types.Transfer, found bool)
- func (k Keeper) GetTransfers(ctx sdk.Context) (items types.Transfers)
- func (k Keeper) GetTransfersCount(ctx sdk.Context) (count uint64)
- func (k Keeper) IterateTransfersForDeadline(ctx sdk.Context, end time.Time, fn func(index int, item types.Transfer) bool)
- func (k Keeper) Send(ctx sdk.Context, to sdk.AccAddress, coins sdk.Coins) error
- func (k Keeper) SetAccount(ctx sdk.Context, account types.Account)
- func (k Keeper) SetAccountsCount(ctx sdk.Context, count uint64)
- func (k Keeper) SetTransfer(ctx sdk.Context, transfer types.Transfer)
- func (k Keeper) SetTransferForDeadline(ctx sdk.Context, at time.Time, i uint64)
- func (k Keeper) SetTransfersCount(ctx sdk.Context, count uint64)
- func (k Keeper) Subtract(ctx sdk.Context, i uint64, coins sdk.Coins) error
- func (k Keeper) Withdraw(ctx sdk.Context, from uint64, to sdk.AccAddress, coins sdk.Coins) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) DeleteTransferForDeadline ¶
func (Keeper) GetAccount ¶
func (Keeper) GetTransfer ¶
func (Keeper) IterateTransfersForDeadline ¶
func (Keeper) SetTransferForDeadline ¶
Click to show internal directories.
Click to hide internal directories.