Optional
relayerOptional relayer callback functions for handling gasless transactions. Provides flexible relay mechanism - can use HTTP, WebSocket, or any custom implementation.
Required storage providers configuration for file upload/download
Optional
subgraphOptional subgraph URL for querying user files and permissions. If not provided, defaults to the built-in subgraph URL for the current chain. Can be overridden per method call if needed.
Optional
ipfsOptional default IPFS gateways to use for fetching files. These gateways will be used by default in fetchFromIPFS unless overridden per-call. If not provided, the SDK will use public gateways.
Base configuration interface that requires storage for storage-dependent operations