
Table row type of receipts
{ "name": "receipt_item", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "date", "type": "time_point_sec" }, { "name": "ref", "type": "checksum256" }, { "name": "to", "type": "name" }, { "name": "chain_id", "type": "uint8" }, { "name": "index", "type": "uint64" }, { "name": "confirmations", "type": "uint8" }, { "name": "quantity", "type": "asset" }, { "name": "approvers", "type": "name[]" }, { "name": "completed", "type": "bool" } ] }