Options
All
  • Public
  • Public/Protected
  • All
Menu

Wrapper for {@link Keypair} resembling Solana web3 browser wallet

Hierarchy

  • NodeWallet

Index

Constructors

constructor

Properties

payer

payer: Keypair

signTransaction

signTransaction: SignTransaction

Methods

key

  • key(): PublicKey

keypair

  • keypair(): Keypair

pubkey

  • pubkey(): PublicKey

publicKey

  • publicKey(): PublicKey

signer

  • signer(): Signer

toString

  • toString(): string

Static fromSecretKey

  • fromSecretKey(secretKey: Uint8Array, options?: { skipValidation?: boolean }): NodeWallet

Generated using TypeDoc