DBRow

Type DBRow

A DBRow represents the contents of a row in a DBOp.

Only one of hex or json will be set. If you requested JSON but ABI-decoding failed, you will receive the encoded binary data in hex alongside an error.

Properties

payer
required
AccountName     The account which is billed RAM for the time this row stays in the blockchain state.
hex
Optional
Hex-encoded byte array     Hex-encoded string representing the binary data of the row
json
Optional
Object     Free-form JSON document representing the ABI-decoded row, with the ABI active at the time the operation occurred.
error
Optional
String     An error message specifying why the ABI decoding failed, when it did.