getKeyScheme method
Get the key scheme of the keypair Secp256k1
Implementation
@override
SignatureScheme getKeyScheme() {
return SignatureScheme.Secp256k1;
}
Get the key scheme of the keypair Secp256k1
@override
SignatureScheme getKeyScheme() {
return SignatureScheme.Secp256k1;
}