@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias VerifySignatureAsyncArgs

    VerifySignatureAsyncArgs: VerifySignatureArgs & {
        aptosConfig: AptosConfig;
        options?: any;
    }

    Represents the arguments required to verify a digital signature asynchronously.

    The validity of certain types of signatures are dependent on network state. This is the case for Keyless signatures which need to lookup the verification key and keyless configuration.

    The Aptos configuration to use

    The original message that was signed.

    The signature to be verified against the message.