Optional
relayerOptional relayer callback functions for handling gasless transactions. Provides flexible relay mechanism - can use HTTP, WebSocket, or any custom implementation.
Optional
storageOptional 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.
The chain ID for Vana network
Optional
rpcRPC URL for the chain (optional, will use default for the chain if not provided)
Optional
accountOptional account for signing transactions
Configuration with chain and account details