Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a standardized wallet interface agnostic of blockchain.

Hierarchy

  • Wallet

Index

Properties

address

address: string

A shortened form of the public key.

index

index: number

Wallet index as defined by BIP-44 used for HD key derivation.

For more information, refer to the BIP-44 spec.

privateKey

privateKey: string

Key granting ownership of wallet funds. Derived from the 12-word mnemonic.

publicKey

publicKey: string

Key used for receiving funds. Derived from private key.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc