EOS

eosio

Contract

  • Table row type of cpuloan

    Table row type of netloan

    { "name": "rex_loan", "base": "", "fields": [ { "name": "version", "type": "uint8" }, { "name": "from", "type": "name" }, { "name": "receiver", "type": "name" }, { "name": "payment", "type": "asset" }, { "name": "balance", "type": "asset" }, { "name": "total_staked", "type": "asset" }, { "name": "loan_num", "type": "uint64" }, { "name": "expiration", "type": "time_point" } ] }