Crate fp_self_contained

Source

Structs§

CheckedExtrinsic
Definition of something that the external world might want to say; its existence implies that it has been checked and is good, particularly with regards to the signature.
UncheckedExtrinsic
A extrinsic right from the external world. This is unchecked and so can contain a signature.

Enums§

CheckedSignature

Traits§

SelfContainedCall
A call that has self-contained functions. A self-contained function is something that has its signature embedded in its call.