Documentation
    Preparing search index...

    Interface FilsnapProviderProps

    interface FilsnapProviderProps {
        config: Partial<
            {
                derivationPath: string;
                network: Network;
                rpc: { token: string; url: string };
                unit?: { decimals: number; symbol: "FIL" | "tFIL" };
            },
        >;
        reconnectOnMount?: boolean;
        snapId: string;
        snapVersion?: string;
        syncWithProvider?: boolean;
    }
    Index

    Properties

    config: Partial<
        {
            derivationPath: string;
            network: Network;
            rpc: { token: string; url: string };
            unit?: { decimals: number; symbol: "FIL" | "tFIL" };
        },
    >

    Snap config

    reconnectOnMount?: boolean

    Whether to reconnect to previously connected snap on mount

    snapId: string
    snapVersion?: string
    syncWithProvider?: boolean

    Sync the snap config with the provider