Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmptyWallet

Implements

  • Wallet

Index

Constructors

Properties

payer: Keypair

Accessors

  • get publicKey(): PublicKey

Methods

  • signAllTransactions<T>(txs: T[]): Promise<T[]>
  • Type parameters

    • T: VersionedTransaction | Transaction

    Parameters

    • txs: T[]

    Returns Promise<T[]>

  • signTransaction<T>(tx: T): Promise<T>
  • Type parameters

    • T: VersionedTransaction | Transaction

    Parameters

    • tx: T

    Returns Promise<T>

Generated using TypeDoc