Vaulta

bosibc.io

Contract

  • Table row type of cashtrxs

    {
      "name": "cash_trx_info",
      "base": "",
      "fields": [
        {
          "name": "seq_num",
          "type": "uint64"
        },
        {
          "name": "block_time_slot",
          "type": "uint64"
        },
        {
          "name": "trx_id",
          "type": "checksum256"
        },
        {
          "name": "action",
          "type": "transfer_action_type"
        },
        {
          "name": "orig_trx_id",
          "type": "checksum256"
        },
        {
          "name": "orig_trx_block_num",
          "type": "uint64"
        }
      ]
    }