@circle-fin/usdckit - v0.18.0
    Preparing search index...
    EIP1474Methods: [
        {
            Method: "circle_createWalletSet";
            Parameters: [CreateWalletSetInput];
            ReturnType: WalletSet;
        },
        {
            Method: "circle_createWallets";
            Parameters: [CreateWalletsInput];
            ReturnType: Wallet[];
        },
        {
            Method: "circle_getWallet";
            Parameters: [GetWalletInput];
            ReturnType: Wallet;
        },
        {
            Method: "circle_listWallets";
            Parameters: [ListWalletsInput];
            ReturnType: Wallet[];
        },
        {
            Method: "circle_estimateTransferFee";
            Parameters: [EstimateTransferFeeInput];
            ReturnType: EstimateTransactionFee;
        },
        {
            Method: "circle_createTransaction";
            Parameters: [CreateTransactionInput];
            ReturnType: Transaction;
        },
        {
            Method: "circle_getTransaction";
            Parameters: [GetTransactionInput];
            ReturnType: Transaction;
        },
        {
            Method: "circle_getWalletTokenBalance";
            Parameters: [GetWalletTokenBalanceInput];
            ReturnType: Balance[];
        },
        {
            Method: "circle_getNotificationSignature";
            Parameters: [GetNotificationSignatureInput];
            ReturnType: NotificationSignature;
        },
        {
            Method: "circle_deriveWallet";
            Parameters: [DeriveWalletInput];
            ReturnType: Wallet;
        },
        {
            Method: "circle_getWalletsWithBalances";
            Parameters: [GetWalletsWithBalancesInput];
            ReturnType: WalletWithBalances[];
        },
        {
            Method: "circle_signTypedData";
            Parameters: [SignTypedDataInput];
            ReturnType: SignedTypedData;
        },
        {
            Method: "circle_signTransaction";
            Parameters: [SignTransactionInput];
            ReturnType: SignedTransaction;
        },
    ]