Types
Auto-generated from the bag.watch type definitions.
- ADDRESS 20-byte Ethereum addressPhysical: BLOB
- BLOCK_NUMBER EVM block numberPhysical: BIGINT
- BYTES256 256-byte fixed-length dataPhysical: BLOB
- BYTES32 32-byte fixed-length dataPhysical: BLOB
- BYTES4 4-byte selector or prefixPhysical: BLOB
- GAS Gas quantity in unitsPhysical: BIGINT
- INT160 160-bit signed integer (two's complement)Physical: BLOB
- INT256 256-bit signed integer (two's complement)Physical: BLOB
- LOG_INDEX Log index within a blockPhysical: INTEGER
- TRANSPORT Transport configurationPhysical: JSON
- TX_INDEX Transaction index within a blockPhysical: INTEGER
- UINT160 160-bit unsigned integer (big-endian)Physical: BLOB
- UINT256 256-bit unsigned integer (big-endian)Physical: BLOB
- WEI Wei-denominated balancePhysical: HUGEINT