Expand description
The errors that can be emitted in this crate.
Enums§
- Block error
- The error emitted when something goes wrong.
- An error that can be emitted when trying to construct an instance of
crate::config::ExtrinsicParams, encode data from the instance, or match on signed extensions. - Something went wrong trying to access details in the metadata.
- Something went wrong trying to encode or decode a storage address.
Traits§
- Anything implementing this trait can be used in
ExtrinsicParamsError::Custom.
Type Aliases§
- An alias for
frame_decode::extrinsics::ExtrinsicDecodeError.