toVerifyKey method

SubstrateSr25519Verifier toVerifyKey()

Returns an SubstrateED25519Signer instance based on the available signing key type.

This method constructs and returns an SubstrateED25519Verifier instance for signature verification.

returns An SubstrateED25519Verifier instance based on the available signing key type.

Implementation

SubstrateSr25519Verifier toVerifyKey() {
  return SubstrateSr25519Verifier._(_signer.publicKey());
}