
Table row type of transactions
{ "name": "transaction_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "permission_id", "type": "uint64" }, { "name": "transaction_id", "type": "checksum256" } ] }
Table row type of transactions
{
"name": "transaction_row",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "permission_id",
"type": "uint64"
},
{
"name": "transaction_id",
"type": "checksum256"
}
]
}