Raw transaction row as it surfaces from the node's storage layer.
Wire-format compatibility note (P4): amount, networkFee, rpcFee, and
additionalFee may arrive as either JS number (pre-fork node, DEM) or
decimal string (post-fork node, OS). Consumers must coerce via
denomination.parseOsString / BigInt(...) before doing arithmetic;
never call raw Number(...) once OS-magnitude values are possible.
RPC node ed25519 public key (lowercase hex, 0x + 64 hex chars)
that validated this transaction. DEM-665: populated post-fork,
null on pre-fork rows. See TxFee.rpc_address for the
full contract.
Raw transaction row as it surfaces from the node's storage layer.
Wire-format compatibility note (P4):
amount,networkFee,rpcFee, andadditionalFeemay arrive as either JSnumber(pre-fork node, DEM) or decimalstring(post-fork node, OS). Consumers must coerce viadenomination.parseOsString/BigInt(...)before doing arithmetic; never call rawNumber(...)once OS-magnitude values are possible.