referrerpolicy=no-referrer-when-downgrade
frame_support

Module view_functions

Source
Expand description

Traits for querying pallet view functions.

Modules§

Structs§

Enums§

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 of ViewFunctionIdSuffix.
  • 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.