
Table row type of cashrecords
{ "name": "cash_records", "base": "", "fields": [ { "name": "cash_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "counterparty", "type": "name" }, { "name": "contract", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "type", "type": "uint8" }, { "name": "created_time", "type": "uint32" }, { "name": "txid", "type": "checksum256" } ] }