Constructors

  • Parameters

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

    Returns Message

Properties

address?: IAddress

Address of the wallet that performed the signing operation.

data: Uint8Array<ArrayBufferLike>

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.