- The
Text Encodingis an encoding that is used by theAstral Network. - The
Text Encodingencodes its payload using Base64 encoding. - The
Text Encodingcan have a type-specific encoding of the payload, which must be specified in the documentation of theObject Type. - The
Text Encodingcan be used to encode objects asQueryparameters. - The
Text Encodingis done by concatenating the following:- A string with the format "#[{OBJECT_TYPE}]", for example "#[uint32]".
- A single character indicating the encoding type: ":" for Base64, " " for type-specific encoding.
- The encoded payload.
- The
Text Encodingof anUntyped Objectis "#[]:" followed by the Base64-encodedPayload.