OffchainMessageApplicationDomain

type OffchainMessageApplicationDomain = Brand<EncodedString<string, "base58">, "OffchainMessageApplicationDomain">;

A 32-byte array identifying the application requesting off-chain message signing.

This may be any arbitrary bytes. For instance the on-chain address of a program, DAO instance, Candy Machine, et cetera.

This field SHOULD be displayed to users as a base58-encoded ASCII string rather than interpreted otherwise.