hexCredentialsDerivation method
Future<List<String>>
hexCredentialsDerivation(
- Bip32PublicKey pubKey,
- int startIndexInclusive,
- 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 {}
}