ReferenceVariables
TxtType
const TxtType: object;Defined in: packages/protocol/src/constants.ts:79
The txtType of a text message: plain, CLI data, or signed plain.
Type Declaration
CliData
readonly CliData: 1 = 1;Plain
readonly Plain: 0 = 0;SignedPlain
readonly SignedPlain: 2 = 2;