toVerifyKey method

Converts the CosmosETHSecp256k1Signer to an CosmosETHSecp256k1Verifier for verification purposes.

Returns:

  • An CosmosETHSecp256k1Verifier representing the verification key.

Implementation

CosmosETHSecp256k1Verifier toVerifyKey() {
  return CosmosETHSecp256k1Verifier._(_signer.toVerifyKey());
}