Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a standardized wallet interface agnostic of blockchain.

Hierarchy

  • Wallet

Index

Properties

Readonly address

address: string

A shortened form of the public key.

Readonly index

index: number

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

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

Readonly privateKey

privateKey: string

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

Readonly publicKey

publicKey: string

Key used for receiving funds. Derived from private key.

Legend

  • Property

Generated using TypeDoc