Expand description
Traits for querying pallet view functions.
Modules§
Structs§
- The unique identifier for a view function.
Enums§
- Error type for view function dispatching.
Traits§
- Implemented by both pallets and the runtime. The runtime is dispatching by prefix using the pallet implementation of
ViewFunctionIdPrefix
then the pallet is dispatching by suffix using the methods implementation ofViewFunctionIdSuffix
. - Automatically implemented for each pallet view function method by the macro
pallet
. - Automatically implemented for each pallet by the macro
pallet
. - Automatically implemented for each pallet view function method by the macro
pallet
.