@circle-fin/usdckit - v0.22.0
    Preparing search index...

    Solana Provider that implements EIP-1193 interface for Solana RPC methods

    Solana JSON-RPC HTTP API Reference

    Hierarchy

    • Provider
      • Provider
    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • __namedParameters: {
            clusters?: Readonly<
                Partial<
                    Record<
                        "devnet"
                        | "mainnet-beta",

                            | Rpc<SolanaRpcApiForAllClusters | SolanaRpcApiForTestClusters>
                            | RpcDevnet<SolanaRpcApiForAllClusters | SolanaRpcApiForTestClusters>
                            | RpcMainnet<SolanaRpcApiForAllClusters | SolanaRpcApiForTestClusters>
                            | RpcTestnet<SolanaRpcApiForAllClusters | SolanaRpcApiForTestClusters>,
                    >,
                >,
            >;
        }

      Returns Provider

    Methods

    • Parameters

      • __namedParameters: { method: string; params?: unknown[] }

      Returns Promise<unknown>