RawLedgerEvent
@Serializable
Raw ledger event from Midnight indexer GraphQL API.
Contains hex-encoded event data that needs to be deserialized with ledger 7.0.0 WASM (Phase 4B).
Input Validation:
idmust be non-negativerawHexmust be non-empty and valid hex stringmaxIdmust be non-negative and >= idblockHeightmust be non-negative if providedtimestampmust be positive if provided
Throws
if validation fails