Optionalcontext?: TransactionContextOptional context for client-side event parsing and enhanced responses
Optionalcontext?: TransactionContextOptional context for client-side event parsing and enhanced responses
Non-transactional operations that complete immediately (e.g., IPFS uploads, file info)
The result data from the operation, structure depends on the specific operation
The discriminated union ensures proper error handling and result typing.
Check the type field to determine success or failure before accessing results.
The new async pattern returns pending operations with operationIds for polling.
Transaction responses include optional context to enable client-side event parsing through the enhanced response pattern.
Provides type-safe responses for all relayer operations.