derive method

  1. @override
Bip32VerifyKey derive(
  1. int index
)
override

Implementation

@override
Bip32VerifyKey derive(index) {
  return Bip32Ed25519KeyDerivation.instance.ckdPub(this, index)
      as Bip32VerifyKey;
}