Module substrate_subxt::system[][src]

Implements support for the frame_system module.

Structs

AccountInfo

Information of an account.

AccountStore

Account field of the System module.

CodeUpdatedEvent

:code was updated.

ExtrinsicFailedEvent

An extrinsic failed.

ExtrinsicSuccessEvent

An extrinsic completed successfully.

KilledAccountEvent

An account was reaped.

NewAccountEvent

A new account was created.

SetCodeCall

Arguments for updating the runtime code

SetCodeWithoutChecksCall

Arguments for updating the runtime code without checks

Enums

Phase

A phase of a block’s execution.

Traits

AccountStoreExt

Store extension trait.

CodeUpdatedEventExt

Event extension trait.

ExtrinsicFailedEventExt

Event extension trait.

ExtrinsicSuccessEventExt

Event extension trait.

KilledAccountEventExt

Event extension trait.

NewAccountEventExt

Event extension trait.

SetCodeCallExt

Call extension trait.

SetCodeWithoutChecksCallExt

Call extension trait.

System

The subset of the frame::Trait that a client must implement.

SystemEventTypeRegistry

EventTypeRegistry extension trait.

Type Definitions

RefCount

Type used to encode the number of references an account has.