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