Module error

Module error 

Source
Expand description

The errors that can be emitted in this crate.

Enums§

BlockError
Block error
Error
The error emitted when something goes wrong.
ExtrinsicError
An error that can be encountered when constructing a transaction.
ExtrinsicParamsError
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.
MetadataError
Something went wrong trying to access details in the metadata.
StorageAddressError
Something went wrong trying to encode or decode a storage address.

Type Aliases§

ExtrinsicDecodeError
An alias for frame_decode::extrinsics::ExtrinsicDecodeError.