Module tetcore_subxt::extrinsic[][src]

Create signed or unsigned extrinsics.

Structs

ChargeTransactionPayment

Require the transactor pay for themselves and maybe include a tip to gain additional priority in the queue.

CheckEra

Check for transaction mortality.

CheckGenesis

Check genesis hash

CheckNonce

Nonce check and increment to give replay protection for transactions.

CheckSpecVersion

SignedExtra checks copied from tetcore, in order to remove requirement to implement tetcore’s fabric_system::Trait Ensure the runtime version registered in the transaction is the same as at present.

CheckTxVersion

Ensure the transaction version registered in the transaction is the same as at present.

CheckWeight

Resource limit check.

DefaultExtra

Default SignedExtra for tetcore runtimes.

PairSigner

Extrinsic signer using a private key.

Traits

SignedExtra

Trait for implementing transaction extras for a runtime.

Signer

Extrinsic signer.

Functions

create_signed

Creates a signed extrinsic

create_unsigned

Creates an unsigned extrinsic

Type Definitions

Extra

Extra type.

SignedPayload

SignedPayload type.

UncheckedExtrinsic

UncheckedExtrinsic type.