ckdPubBip32Ed25519KeyDerivations method
Future<List<Bip32PublicKey>>
ckdPubBip32Ed25519KeyDerivations(
- Bip32PublicKey pubKey,
- int startIndexInclusive,
- int endIndexExclusive
)
inherited
Implementation
@override
Future<List<Bip32PublicKey>> ckdPubBip32Ed25519KeyDerivations(
Bip32PublicKey pubKey,
int startIndexInclusive,
int endIndexExclusive) async {
final dynamic $res;
try {
final $sr = _$Ser(contextAware: true);
$res = await send(_$ckdPubBip32Ed25519KeyDerivationsId,
args: [$sr.$2(pubKey), startIndexInclusive, endIndexExclusive]);
} finally {}
try {
final $dsr = _$Deser(contextAware: true);
return $dsr.$13($res);
} finally {}
}