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