ckdPubBip32Ed25519KeyDerivations method

  1. @override
Future<List<Bip32PublicKey>> ckdPubBip32Ed25519KeyDerivations(
  1. Bip32PublicKey pubKey,
  2. int startIndexInclusive,
  3. 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 {}
}