Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) OracleBurn(ctx sdk.Context, oracleDid, fromDid did.Did, amount sdk.Coins) error
- func (k Keeper) OracleMint(ctx sdk.Context, oracleDid did.Did, toDidOrAddr string, amount sdk.Coins) error
- func (k Keeper) OracleTransfer(ctx sdk.Context, fromDid did.Did, toDidOrAddr string, oracleDid did.Did, ...) error
- func (k Keeper) Send(ctx sdk.Context, fromDid did.Did, toDidOrAddr string, amount 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) OracleBurn ¶
func (Keeper) OracleMint ¶
func (Keeper) OracleTransfer ¶
Click to show internal directories.
Click to hide internal directories.