Avalanche SDK Client
    Preparing search index...

    Type Alias AvalancheWalletCoreClientConfig<transport, chain, account, rpcSchema, raw>

    AvalancheWalletCoreClientConfig: Prettify<
        Pick<ClientConfig<(...), (...), (...), (...)>, (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
            account: (...) | (...) | (...);
            apiKey?: string;
            rlToken?: string;
            transport: AvalancheTransportConfig<(...), (...), (...)>;
        },
    >

    Type Parameters

    • transport extends Transport = Transport
    • chain extends Chain | undefined = Chain | undefined
    • account extends Account | undefined = undefined
    • rpcSchema extends RpcSchema | undefined = undefined
    • raw extends boolean = false