EOS

renminbi

Contract

The data structures defined by this contract.

  • Table row type of accounts

    { "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
  • Action parameter in addbuyer

    { "name": "add_buyer", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "token", "type": "symbol_code" }, { "name": "buyer", "type": "name" }, { "name": "depositary", "type": "name" } ] }
  • Action parameter in adddpstry

    { "name": "add_depositary", "base": "", "fields": [ { "name": "user_name", "type": "name" } ] }
  • Action parameter in addproposal

    { "name": "add_proposal", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "issue", "type": "asset" }, { "name": "owner", "type": "name" }, { "name": "receiver", "type": "name" }, { "name": "depositary", "type": "name" } ] }
  • Action parameter in appbuyer

    { "name": "app_buyer", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "token", "type": "symbol_code" } ] }
  • Action parameter in appproposal

    { "name": "approve_proposal", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "symbol", "type": "symbol" } ] }
  • Table row type of buyers

    { "name": "buyer", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "buyer", "type": "name" }, { "name": "depositary", "type": "name" }, { "name": "buyer_confirm", "type": "checksum256" }, { "name": "issuer_confirm", "type": "checksum256" }, { "name": "depositary_confirm", "type": "checksum256" } ] }
  • Action parameter in close

    { "name": "close_account", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "symbol", "type": "symbol" } ] }
  • Table row type of contest

    { "name": "contest", "base": "", "fields": [ { "name": "account", "type": "name" } ] }
  • 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" } ] }
  • Table row type of depositaries

    { "name": "depositary", "base": "", "fields": [ { "name": "account", "type": "name" } ] }
  • Action parameter in dsdproposal

    { "name": "discard_proposal", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in dstrinh

    { "name": "distribute_inheritance", "base": "", "fields": [ { "name": "initiator", "type": "name" }, { "name": "inheritance_owner", "type": "name" }, { "name": "token", "type": "symbol_code" } ] }
  • Struct property of member

    Struct property of update_inheritors

    { "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": "id", "type": "uint64" }, { "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[]" } ] }
  • Action parameter in modify

    { "name": "modify_token_issuer", "base": "", "fields": [ { "name": "issuer", "type": "name" }, { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in notify

    { "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" } ] }
  • Table row type of proposals

    { "name": "proposal", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "issue", "type": "asset" }, { "name": "receiver", "type": "name" }, { "name": "owner_approve", "type": "user_approve" }, { "name": "depositary_approve", "type": "user_approve" }, { "name": "issuer_approve", "type": "bool" }, { "name": "emitted", "type": "bool" } ] }
  • Action parameter in retire

    { "name": "retire_token", "base": "", "fields": [ { "name": "quantity", "type": "asset" }, { "name": "id", "type": "uint64" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in rmvbuyer

    { "name": "rmv_buyer", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "token", "type": "symbol_code" }, { "name": "buyer", "type": "name" }, { "name": "depositary", "type": "name" } ] }
  • Action parameter in rmvdpstry

    { "name": "rmv_depositary", "base": "", "fields": [ { "name": "user_name", "type": "name" } ] }
  • Action parameter in setcontest

    { "name": "set_contest", "base": "", "fields": [ { "name": "user_name", "type": "name" } ] }
  • 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[]" } ] }
  • Struct property of proposal

    { "name": "user_approve", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "status", "type": "bool" } ] }