CosmosETHSecp256k1Verifier.fromKeyBytes constructor
Factory method to create an CosmosETHSecp256k1Verifier from a byte representation of a public key.
Implementation
factory CosmosETHSecp256k1Verifier.fromKeyBytes(List<int> keyBytes) {
return CosmosETHSecp256k1Verifier._(ETHVerifier.fromKeyBytes(keyBytes));
}