hexCredentialsDerivation method

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

Implementation

@override
Future<List<String>> hexCredentialsDerivation(Bip32PublicKey pubKey,
    int startIndexInclusive, int endIndexExclusive) async {
  final dynamic $res;
  try {
    final $sr = _$Ser(contextAware: true);
    $res = await send(_$hexCredentialsDerivationId,
        args: [$sr.$2(pubKey), startIndexInclusive, endIndexExclusive]);
  } finally {}
  try {
    final $dsr = _$Deser(contextAware: true);
    return $dsr.$0($res);
  } finally {}
}