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

  • Property

Generated using TypeDoc