toVerifyKey method

SubstrateSr25519Verifier toVerifyKey()

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

Implementation

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