accountKeys method

Bip32KeyPair accountKeys({
  1. int account = defaultAccountIndex,
})

return account keypair.

Implementation

Bip32KeyPair accountKeys({int account = defaultAccountIndex}) =>
    deriveAddressKeys(account: account);