@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Class Message

    Index

    Constructors

    • Parameters

      • options: {
            address?: Address;
            data: Uint8Array;
            signature?: Uint8Array<ArrayBufferLike>;
            signer?: string;
            version?: number;
        }

      Returns Message

    Properties

    address?: Address

    Address of the wallet that performed the signing operation.

    data: Uint8Array

    Actual message being signed.

    signature?: Uint8Array<ArrayBufferLike>

    The message signature.

    signer: string

    The library or tool that was used to sign the message.

    version: number

    Number representing the message version.