Documentation ¶
Index ¶
- func Allowance(ctx sdk.Context, k keeper.Keeper, denom string, owner string, spender string) ([]byte, sdk.Error)
- func Allowances(ctx sdk.Context, k keeper.Keeper, denom string, owner string) ([]byte, sdk.Error)
- func Freeze(ctx sdk.Context, k keeper.Keeper, denom string, holder string) ([]byte, sdk.Error)
- func Freezes(ctx sdk.Context, k keeper.Keeper, denom string) ([]byte, sdk.Error)
- func Issue(ctx sdk.Context, k keeper.Keeper, denom string) ([]byte, sdk.Error)
- func Issues(ctx sdk.Context, k keeper.Keeper, data []byte) ([]byte, sdk.Error)
- func IssuesAll(ctx sdk.Context, k keeper.Keeper) ([]byte, sdk.Error)
- func Params(ctx sdk.Context, k keeper.Keeper) ([]byte, sdk.Error)
- func PathParams() string
- func PathQueryIssue(denom string) string
- func PathQueryIssueAllowance(owner sdk.AccAddress, spender sdk.AccAddress, denom string) string
- func PathQueryIssueAllowances(owner sdk.AccAddress, denom string) string
- func PathQueryIssueFreeze(denom string, holder sdk.AccAddress) string
- func PathQueryIssueFreezes(denom string) string
- func PathQueryIssues() string
- func PathQueryIssuesAll() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Allowances ¶
func PathParams ¶
func PathParams() string
func PathQueryIssue ¶
func PathQueryIssueAllowance ¶
func PathQueryIssueAllowance(owner sdk.AccAddress, spender sdk.AccAddress, denom string) string
func PathQueryIssueAllowances ¶
func PathQueryIssueAllowances(owner sdk.AccAddress, denom string) string
func PathQueryIssueFreeze ¶
func PathQueryIssueFreeze(denom string, holder sdk.AccAddress) string
func PathQueryIssueFreezes ¶
func PathQueryIssues ¶
func PathQueryIssues() string
func PathQueryIssuesAll ¶
func PathQueryIssuesAll() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.