Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueParams ¶
type IssueParams struct {
Name string `json:"name"`
Symbol string `json:"symbol"`
TotalSupply sdk.Int `json:"total_supply"`
Decimals uint `json:"decimals"`
Description string `json:"description"`
BurnOwnerDisabled bool `json:"burn_owner_disabled"`
BurnHolderDisabled bool `json:"burn_holder_disabled"`
BurnFromDisabled bool `json:"burn_from_disabled"`
MintingFinished bool `json:"minting_finished"`
FreezeDisabled bool `json:"freeze_disabled"`
}
Param issue for issue
type IssueQueryParams ¶
type IssueQueryParams struct {
StartIssueId string `json:"start_issue_id"`
Owner sdk.AccAddress `json:"owner"`
Limit int `json:"limit"`
}
Param query issue for issue
Click to show internal directories.
Click to hide internal directories.