CDP Frontend SDK
    Preparing search index...

    Type Alias WalletCapabilities

    WalletCapabilities: {
        [chainId: `0x${string}`]: {
            atomic: { status: "supported" | "unsupported" };
            paymasterService: { supported: boolean };
        };
    }

    The capabilities of the wallet by chainId. If the wallet does not support Smart Account operations on a chain, it will not be included in the object.

    Type declaration

    • [chainId: `0x${string}`]: {
          atomic: { status: "supported" | "unsupported" };
          paymasterService: { supported: boolean };
      }

      Type declaration

      • atomic: { status: "supported" | "unsupported" }

        Whether the wallet supports atomic transactions

      • paymasterService: { supported: boolean }

        Whether the wallet supports paymaster services