
-
{ "name": "withdraw_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "permission_id", "type": "uint64" }, { "name": "provider_actors", "type": "name[]" }, { "name": "confirmed_count", "type": "uint8" }, { "name": "order_status", "type": "order_status" }, { "name": "withdraw_status", "type": "withdraw_status" }, { "name": "global_status", "type": "status_type" }, { "name": "b_id", "type": "string" }, { "name": "wallet_code", "type": "string" }, { "name": "btc_address", "type": "string" }, { "name": "evm_address", "type": "checksum160" }, { "name": "gas_level", "type": "string" }, { "name": "order_id", "type": "string" }, { "name": "order_no", "type": "string" }, { "name": "block_height", "type": "uint64" }, { "name": "tx_id", "type": "checksum256" }, { "name": "amount", "type": "uint64" }, { "name": "fee", "type": "uint64" }, { "name": "remark_detail", "type": "string" }, { "name": "tx_time_stamp", "type": "uint64" }, { "name": "create_time_stamp", "type": "uint64" }, { "name": "withdraw_time_stamp", "type": "uint64" } ] }