Crate ton_address
Source - Address
- A structure representing the internals of an address
in a Ton network.
- EncoderResult
- An intermediate structure that should not be used explicitly,
and represents the result of decoding an address through
the
Address
structure. - ParseError
- Base64Decoder
- A decoder used to encrypt and decrypt Base64 addresses
on The Open Network (TON).
- Base64Encoder
- An encoder that converts the Address structure to a Base64 string representation.
- BASE64_STD_DEFAULT
- A quick alias for converting an
Address
structure to
a Base64 Standard string representation of an address. - BASE64_URL_DEFAULT
- A quick alias for converting an
Address
structure to
a Base64 Url Safe string representation of an address.
- HashPart
- Workchain