Module tetcore_subxt::system [−][src]
Implements support for the fabric_system module.
Structs
| AccountInfo | Information of an account. |
| AccountStore | Account field of the |
| CodeUpdatedEvent |
|
| 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 |
| SystemEventsDecoder |
|
Type Definitions
| RefCount | Type used to encode the number of references an account has. |