Interface AnchorWallet

Wallet interface for objects that can be used to sign provider transactions. VersionedTransactions sign everything at once

Hierarchy

  • AnchorWallet

Properties

publicKey: PublicKey

Methods

  • Type Parameters

    • T extends Transaction | VersionedTransaction

    Parameters

    • txs: T[]

    Returns Promise<T[]>

  • Type Parameters

    • T extends Transaction | VersionedTransaction

    Parameters

    • tx: T

    Returns Promise<T>

Generated using TypeDoc