Hierarchy

  • PKPClient

Constructors

Properties

cosmosWallet: PKPCosmosWallet
ethWallet: PKPEthersWallet
pkpPubKey: string

Methods

  • Connects all wallets and returns an object containing the overall readiness status and an array of the initialization status for each wallet.

    Returns

    An object containing the overall readiness status (ready) and an array (res) with the initialization status for each wallet.

    Returns Promise<{
        ready: boolean;
        res: {
            chain: string;
            success: boolean;
        }[];
    }>

Generated using TypeDoc