ckdPubBip32Ed25519KeyDerivations method

  1. @override
Future<List<Bip32PublicKey>> ckdPubBip32Ed25519KeyDerivations(
  1. Bip32PublicKey pubKey,
  2. int startIndexInclusive,
  3. int endIndexExclusive
)
override

Implementation

@override
Future<List<Bip32PublicKey>> ckdPubBip32Ed25519KeyDerivations(
        Bip32PublicKey pubKey,
        int startIndexInclusive,
        int endIndexExclusive) =>
    execute((w) => w.ckdPubBip32Ed25519KeyDerivations(
        pubKey, startIndexInclusive, endIndexExclusive));