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