
The data structures defined by this contract.
-
{ "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
Action parameter in addrlthldr
{ "name": "add_royalty_holder", "base": "", "fields": [ { "name": "user_name", "type": "name" }, { "name": "royalty", "type": "asset" } ] }
Action parameter in addswapcash
{ "name": "add_swap_cash", "base": "", "fields": [ { "name": "cash", "type": "asset" } ] }
Action parameter in addswapinc
{ "name": "add_swap_income", "base": "", "fields": [ { "name": "income", "type": "extended_asset" } ] }
Action parameter in close
{ "name": "close_account", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "symbol", "type": "symbol" } ] }
Action parameter in create
{ "name": "create_token", "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" } ] }
Action parameter in dstrinh
{ "name": "distribute_inheritance", "base": "", "fields": [ { "name": "initiator", "type": "name" }, { "name": "inheritance_owner", "type": "name" }, { "name": "token", "type": "symbol_code" } ] }
Action parameter in distrmlnk
{ "name": "distribute_mlnk", "base": "", "fields": [] }
Action parameter in getroyalties
{ "name": "get_royalties", "base": "", "fields": [ { "name": "ram_payer", "type": "name" } ] }
-
{ "name": "inheritor_record", "base": "", "fields": [ { "name": "inheritor", "type": "name" }, { "name": "share", "type": "asset" } ] }
Action parameter in issue
{ "name": "issue_token", "base": "", "fields": [ { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
Table row type of inheritance
{ "name": "member", "base": "", "fields": [ { "name": "user_name", "type": "name" }, { "name": "inheritance_date", "type": "time_point_sec" }, { "name": "inactive_period", "type": "uint32" }, { "name": "inheritors", "type": "inheritor_record[]" } ] }
-
{ "name": "notify", "base": "", "fields": [ { "name": "action_type", "type": "string" }, { "name": "to", "type": "name" }, { "name": "from", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
Action parameter in open
{ "name": "open_account", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "symbol", "type": "symbol" }, { "name": "ram_payer", "type": "name" } ] }
-
{ "name": "place", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "mlnk_in", "type": "asset" }, { "name": "usdt_in", "type": "asset" }, { "name": "token_out", "type": "asset" }, { "name": "creation_date", "type": "time_point_sec" } ] }
Action parameter in retire
{ "name": "retire_token", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "reverse", "base": "", "fields": [ { "name": "cash", "type": "asset" } ] }
Action parameter in rmvrlthldr
{ "name": "rmv_royalty_holder", "base": "", "fields": [ { "name": "user_name", "type": "name" } ] }
Table row type of royalties
{ "name": "royalty_holder", "base": "", "fields": [ { "name": "date", "type": "time_point_sec" }, { "name": "account", "type": "name" }, { "name": "royalty", "type": "asset" } ] }
Action parameter in setinhdate
{ "name": "set_inheritance_date", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "date", "type": "uint32" } ] }
-
{ "name": "swap", "base": "", "fields": [ { "name": "income", "type": "extended_asset" } ] }
-
{ "name": "swap_back", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "cash", "type": "asset" }, { "name": "id", "type": "uint64" } ] }
Action parameter in transfer
{ "name": "transfer_token", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
Action parameter in updinhdate
{ "name": "update_inheritance_date", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "inactive_period", "type": "uint32" } ] }
Action parameter in updtokeninhs
{ "name": "update_inheritors", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "inheritors", "type": "inheritor_record[]" } ] }