Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AN = zsw.AN
View Source
var ActN = zsw.ActN
View Source
var PN = zsw.PN
Functions ¶
func NewTransfer ¶
Types ¶
type Create ¶
type Create struct { Issuer zsw.AccountName `json:"issuer"` MaximumSupply zsw.Asset `json:"maximum_supply"` }
Create represents the `create` struct on the `zswhq.token` contract.
type Issue ¶
type Issue struct { To zsw.AccountName `json:"to"` Quantity zsw.Asset `json:"quantity"` Memo string `json:"memo"` }
Issue represents the `issue` struct on the `zswhq.token` contract.
type Transfer ¶
type Transfer struct { From zsw.AccountName `json:"from"` To zsw.AccountName `json:"to"` Quantity zsw.Asset `json:"quantity"` Memo string `json:"memo"` }
Transfer represents the `transfer` struct on `zswhq.token` contract.
Click to show internal directories.
Click to hide internal directories.