Module handles

Source
Expand description

Types for the Handles pallet

Structs§

CheckHandleResponse
Output response for retrieving the next suffixes for a given handle
ClaimHandlePayload
Claim handle payload
HandleResponse
RPC Response form for a Handle
PresumptiveSuffixesResponse
Output response for retrieving the next suffixes for a given handle

Constants§

DEFAULT_SUFFIX_COUNT
The default count of suffixes to request if none is provided
HANDLE_BYTES_MAX
The maximum base and canonical handle (not including suffix or delimiter) length in bytes
HANDLE_BYTES_MIN
The minimum base and canonical handle (not including suffix or delimiter) length in bytes
HANDLE_CHARS_MAX
The maximum base and canonical handle (not including suffix or delimiter) length in characters
HANDLE_CHARS_MIN
The minimum base and canonical handle (not including suffix or delimiter) length in characters
MAX_SUFFIXES_COUNT
The maximum count of suffixes allowed to be requested at once
SUFFIX_MAX_DIGITS
The maximum number of digits in a suffix

Traits§

HandleProvider
A behavior that allows for retrieving a Handle for a given MessageSourceAccount

Type Aliases§

BaseHandle
A base handle, which is chosen by the user
CanonicalBase
A canonical base, which is a reduced/translated version of the base handle
DisplayHandle
A display handle, which is a base handle with suffix separated by a delimiter
HandleSuffix
The handle suffix
SequenceIndex
The cursor into the shuffled suffix sequence
SuffixRangeType
The handle suffix range type