
The data structures defined by this contract.
- { "name": "checkuser", "base": "", "fields": [ { "name": "user", "type": "name" } ] }
- { "name": "deposit", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "eosto", "type": "string" }, { "name": "eosfrom", "type": "string" }, { "name": "from", "type": "string" }, { "name": "fromemo", "type": "string" }, { "name": "platform", "type": "string" }, { "name": "symbol", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "memo", "type": "string" }, { "name": "deptxid", "type": "string" }, { "name": "prevtxid", "type": "string" }, { "name": "contract", "type": "string" } ] }
Action parameter in linkaccount
{ "name": "linkaccount", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "primaryid", "type": "string" }, { "name": "primplat", "type": "string" }, { "name": "secid", "type": "string" }, { "name": "secplat", "type": "string" }, { "name": "refmemo", "type": "string" } ] }Action parameter in makebucket
{ "name": "makebucket", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "bucketname", "type": "string" }, { "name": "ownerid", "type": "string" }, { "name": "ownerplat", "type": "string" }, { "name": "refmemo", "type": "string" } ] }- { "name": "sendtip", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "touser", "type": "string" }, { "name": "tomemo", "type": "string" }, { "name": "fromuser", "type": "string" }, { "name": "frommemo", "type": "string" }, { "name": "platform", "type": "string" }, { "name": "platformid", "type": "string" }, { "name": "whotype", "type": "string" }, { "name": "symbol", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "memo", "type": "string" }, { "name": "prevtx", "type": "string" }, { "name": "previd", "type": "string" }, { "name": "contract", "type": "string" } ] }
- { "name": "txbucket", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "bucketname", "type": "string" }, { "name": "fromid", "type": "string" }, { "name": "fromplat", "type": "string" }, { "name": "toid", "type": "string" }, { "name": "toplat", "type": "string" }, { "name": "refmemo", "type": "string" } ] }
Action parameter in withdrawal
{ "name": "withdrawal", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "eosto", "type": "string" }, { "name": "eosfrom", "type": "string" }, { "name": "from", "type": "string" }, { "name": "fromemo", "type": "string" }, { "name": "platform", "type": "string" }, { "name": "symbol", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "memo", "type": "string" }, { "name": "prevtxid", "type": "string" }, { "name": "contract", "type": "string" }, { "name": "witxid", "type": "string" } ] }