Documentation ¶
Index ¶
- type IssueFungibleArguments
- type IssueFungibleParams
- type NewFungibleArguments
- type NewFungibleParams
- func (it *NewFungibleParams) Action(binargs string) *evttypes.SimpleAction
- func (it *NewFungibleParams) Arguments() *evttypes.ActionArguments
- func (it *NewFungibleParams) SetIssueRole(treshold int, authorizer *evttypes.AuthorizerWeight) *NewFungibleParams
- func (it *NewFungibleParams) SetManageRole(treshold int, authorizer *evttypes.AuthorizerWeight) *NewFungibleParams
- type TransferFungibleArguments
- type TransferFungibleParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueFungibleArguments ¶
type IssueFungibleParams ¶
type IssueFungibleParams struct {
// contains filtered or unexported fields
}
func (*IssueFungibleParams) Action ¶
func (it *IssueFungibleParams) Action(binargs string) *evttypes.SimpleAction
func (*IssueFungibleParams) Arguments ¶
func (it *IssueFungibleParams) Arguments() *evttypes.ActionArguments
func (*IssueFungibleParams) SetMemo ¶
func (it *IssueFungibleParams) SetMemo(memo string) *IssueFungibleParams
type NewFungibleArguments ¶
type NewFungibleArguments struct { Name string `json:"name"` // fungible_name SymName string `json:"sym_name"` // symbol_name Sym string `json:"sym"` // symbol Creator string `json:"creator"` // user_id Issue *evttypes.PermissionDef `json:"issue"` // permission_def Manage *evttypes.PermissionDef `json:"manage"` // permission_def TotalSupply string `json:"total_supply"` // asset }
type NewFungibleParams ¶
type NewFungibleParams struct { Name string Creator string SymName string Symbol *evttypes.Symbol FungibleId string TotalSupply *evttypes.Asset Issue *evttypes.PermissionDef Manage *evttypes.PermissionDef }
func (*NewFungibleParams) Action ¶
func (it *NewFungibleParams) Action(binargs string) *evttypes.SimpleAction
func (*NewFungibleParams) Arguments ¶
func (it *NewFungibleParams) Arguments() *evttypes.ActionArguments
func (*NewFungibleParams) SetIssueRole ¶
func (it *NewFungibleParams) SetIssueRole(treshold int, authorizer *evttypes.AuthorizerWeight) *NewFungibleParams
func (*NewFungibleParams) SetManageRole ¶
func (it *NewFungibleParams) SetManageRole(treshold int, authorizer *evttypes.AuthorizerWeight) *NewFungibleParams
type TransferFungibleParams ¶
type TransferFungibleParams struct {
// contains filtered or unexported fields
}
func Transfer ¶
func Transfer(from string, to string, value string, fungibleId string) *TransferFungibleParams
func (*TransferFungibleParams) Action ¶
func (it *TransferFungibleParams) Action(binargs string) *evttypes.SimpleAction
func (*TransferFungibleParams) Arguments ¶
func (it *TransferFungibleParams) Arguments() *evttypes.ActionArguments
func (*TransferFungibleParams) SetMemo ¶
func (it *TransferFungibleParams) SetMemo(memo string) *TransferFungibleParams
Click to show internal directories.
Click to hide internal directories.