Expand description
Types for the Handles pallet
Structs§
- Check
Handle Response - Output response for retrieving the next suffixes for a given handle
- Claim
Handle Payload - Claim handle payload
- Handle
Response - RPC Response form for a Handle
- Presumptive
Suffixes Response - 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§
- Handle
Provider - A behavior that allows for retrieving a
Handle
for a givenMessageSourceAccount
Type Aliases§
- Base
Handle - A base handle, which is chosen by the user
- Canonical
Base - A canonical base, which is a reduced/translated version of the base handle
- Display
Handle - A display handle, which is a base handle with suffix separated by a delimiter
- Handle
Suffix - The handle suffix
- Sequence
Index - The cursor into the shuffled suffix sequence
- Suffix
Range Type - The handle suffix range type