Type Alias AccountDerivationPath

AccountDerivationPath: { account: number; coinType: number; purpose: number }

Represents a BIP-1852 derivation path for an account. m / purpose' / 1815' / account'

Type declaration

  • account: number
  • coinType: number
  • purpose: number