Module substrate_api_client::extrinsic::xt_primitives [−][src]
Structs
An opaque 32-byte cryptographic identifier.
Simple generic extra mirroring the SignedExtra currently used in extrinsics. Does not implement the SignedExtension trait. It simply encodes to the same bytes as the real SignedExtra. The Order is (CheckVersion, CheckGenesis, Check::Era, CheckNonce, CheckWeight, transactionPayment::ChargeTransactionPayment). This can be locked up in the System module. Fields that are merely PhantomData are not encoded and are therefore omitted here.
Mirrors the currently used Extrinsic format (V3) from substrate. Has less traits and methods though. The SingedExtra used does not need to implement SingedExtension here.
Enums
A multi-format address wrapper for on-chain accounts.
Type Definitions
additionalSigned fields of the respective SignedExtra fields. Order is the same as declared in the extra.