
Table row type of pendingutxos
{ "name": "pending_utxo_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "height", "type": "uint64" }, { "name": "hash", "type": "checksum256" }, { "name": "txid", "type": "checksum256" }, { "name": "index", "type": "uint32" }, { "name": "scriptpubkey", "type": "bytes" }, { "name": "value", "type": "uint64" }, { "name": "type", "type": "name" } ] }