Expand description
RE types.
Structs§
- Blueprint
Id - Blueprint
Type Identifier - Component
Address - Address to a global component
- Epoch
- A type-safe consensus epoch number.
- Fully
Scoped Type Id - An identifier for a type under a given node’s schema context in the Radix network.
- Global
Address - Address to a global entity
- Global
Address Reservation - Internal
Address - Address to a local entity
- NodeId
- The unique identifier of a (stored) node.
- NonFungible
Global Id - Represents the global id of a non-fungible.
- Package
Address - Address to a global package
- Partition
Number - The unique identifier of a node module.
- Partition
Offset - Resource
Address - Address to a global resource
- Round
- A type-safe consensus round number within a single epoch.
- Schema
Hash - Represents a particular schema under a package
- Scoped
Type Id - An identifier for a type in the context of a schema.
Enums§
- Entity
Type - An enum which represents the different addressable entities.
- Generic
Substitution - A reference to the type to substitute with for the case of generics.
- Global
Caller - Parse
Component Address Error - Parse
Global Address Error - Parse
Internal Address Error - Parse
NonFungible Global IdError - Represents an error when parsing non-fungible address.
- Parse
Package Address Error - Parse
Resource Address Error - Royalty
Amount - Substate
Key - The unique identifier of a substate within a node module.
- Substate
KeyOr Ref - Substate
KeyRef
Constants§
Traits§
Functions§
Type Aliases§
- Field
Key - MapKey
- Sorted
Key - Validator
Index - An index of a specific validator within the current validator set.
To be exact: a
ValidatorIndex
equal tok
references thek-th
element returned by the iterator of theIndexMap<ComponentAddress, Validator>
in this epoch’s active validator set (which is expected to be sorted by stake, descending). This uniquely identifies the validator, while being shorter thanComponentAddress
(we do care about the constant factor of the space taken byLeaderProposalHistory
under prolonged liveness break scenarios).