
The data structures defined by this contract.
-
{ "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" }, { "name": "lock_set", "type": "bool" }, { "name": "balance_locked_amount_0", "type": "int64" }, { "name": "balance_locked_amount_1", "type": "int64" }, { "name": "balance_locked_amount_2", "type": "int64" }, { "name": "balance_locked_amount_3", "type": "int64" }, { "name": "balance_locked_until_0", "type": "uint32" }, { "name": "balance_locked_until_1", "type": "uint32" }, { "name": "balance_locked_until_2", "type": "uint32" }, { "name": "balance_locked_until_3", "type": "uint32" } ] }
-
{ "name": "cleardata", "base": "", "fields": [ { "name": "value", "type": "asset" }, { "name": "account_names", "type": "name[]" } ] }
-
{ "name": "close", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "symbol", "type": "symbol" } ] }
-
{ "name": "create", "base": "", "fields": [ { "name": "issuer", "type": "name" }, { "name": "maximum_supply", "type": "asset" } ] }
Table row type of stat
{ "name": "currency_stats", "base": "", "fields": [ { "name": "supply", "type": "asset" }, { "name": "max_supply", "type": "asset" }, { "name": "issuer", "type": "name" } ] }
-
{ "name": "issue", "base": "", "fields": [ { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "open", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "symbol", "type": "symbol" }, { "name": "ram_payer", "type": "name" } ] }
-
{ "name": "retire", "base": "", "fields": [ { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "setlock", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "amount_0", "type": "asset" }, { "name": "amount_1", "type": "asset" }, { "name": "amount_2", "type": "asset" }, { "name": "amount_3", "type": "asset" }, { "name": "until_0", "type": "uint32" }, { "name": "until_1", "type": "uint32" }, { "name": "until_2", "type": "uint32" }, { "name": "until_3", "type": "uint32" } ] }
-
{ "name": "transfer", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }