Constructors

Properties

Constructors

  • Parameters

    • options: {
          address?: IAddress;
          data: Uint8Array;
          signature?: Uint8Array;
          version?: number;
      }
      • Optional address?: IAddress
      • data: Uint8Array
      • Optional signature?: Uint8Array
      • Optional version?: number

    Returns Message

Properties

address?: IAddress

Address of the wallet that performed the signing operation.

data: Uint8Array

Actual message being signed.

signature?: Uint8Array

The message signature.

version: number

Number representing the message version.