Options
All
  • Public
  • Public/Protected
  • All
Menu

A wrapper class around @solana/web3.js Keypair that allows persisting key-pairs in your local filesystem.

Hierarchy

  • FileKeypair

Index

Constructors

  • new FileKeypair(absoluteFilePath: string, keypair: Keypair): FileKeypair

Properties

absoluteFilePath: string
keypair: Keypair

Methods

  • withKeypair(filePath: string, keypair: Keypair): FileKeypair

Generated using TypeDoc