publicKey property
Implementation
Uint8List? get publicKey {
try {
return getPubKeyFromInput(this).$1;
} catch (e) {
return null;
}
}
Uint8List? get publicKey {
try {
return getPubKeyFromInput(this).$1;
} catch (e) {
return null;
}
}