Interface SingleKeySigner

An interface which defines if an Account utilizes SingleKey signing.

Such an account will use the AnyPublicKey enum to represent its public key when deriving the auth key.

Hierarchy (view full)

Implemented by

Implementation - Account (On-Chain Model)

accountAddress: AccountAddress

Account address associated with the account

publicKey: AccountPublicKey

Public key associated with the account

signingScheme: SigningScheme

Signing scheme used to sign transactions

  • Verify the given message and signature with the public key. This function helps ensure the integrity and authenticity of a message by validating its signature.

    Parameters

    Returns boolean

    A boolean indicating whether the signature is valid.

Methods

MMNEPVFCICPMFPCPTTAAATR