| ChainProperties |
Wraps the properties retrieved from the chain via the `system.properties` RPC call.
|
| ExtrinsicStatus |
|
| ExtrinsicStatus.Broadcast |
|
| ExtrinsicStatus.Dropped |
|
| ExtrinsicStatus.Finalized |
|
| ExtrinsicStatus.Future |
|
| ExtrinsicStatus.Invalid |
|
| ExtrinsicStatus.Ready |
|
| ExtrinsicStatus.Usurped |
|
| Health |
A system health indicator, reported back over RPC
|
| Json |
Wraps the a JSON structure retrieve via RPC.
|
| NetworkState |
Wraps the properties retrieved from the chain via the `system.network_state` RPC call.
|
| PeerInfo |
A system peer info indicator, reported back over RPC
|
| PendingExtrinsics |
|
| RuntimeVersion |
|
| RuntimeVersion.ApiId |
An identifier for the runtime API
|
| RuntimeVersion.RuntimeVersionApi |
A Tuple that contains the ApiId and U32 version
|
| SignedBlock |
A Block that has been signed and contains a Justification
|
| SignedBlock.SignedBlockValue |
|
| StorageChangeSet |
A set of storage changes.
|