filecoin-pin
    Preparing search index...

    Interface PrivateKeyConfig

    Standard authentication with private key

    interface PrivateKeyConfig {
        chain?: Chain;
        dataSetMetadata?: Record<string, string>;
        privateKey: `0x${string}`;
        rpcUrl?: string;
        withCDN?: boolean;
    }

    Hierarchy

    • BaseSynapseConfig
      • PrivateKeyConfig
    Index

    Properties

    chain?: Chain

    Target chain. Defaults to calibration.

    dataSetMetadata?: Record<string, string>

    Default metadata to apply when creating datasets

    privateKey: `0x${string}`
    rpcUrl?: string

    RPC endpoint for the target Filecoin network. Defaults to calibration chain transport.

    withCDN?: boolean

    Enable CDN service for datasets