filecoin-pin
    Preparing search index...

    Type Alias SynapseSetupConfig

    SynapseSetupConfig:
        | PrivateKeyConfig
        | SessionKeyConfig
        | ReadOnlyConfig
        | AccountConfig

    Configuration for Synapse initialization.

    Supports four authentication modes:

    1. Private key: hex-encoded private key string
    2. Session key: owner wallet address + session key private key
    3. Read-only: wallet address for querying without signing
    4. Account: pre-created viem Account instance