| Class | Description |
|---|---|
| ChainProperties |
Wraps the properties retrieved from the chain via the
system.properties RPC call. |
| ExtrinsicStatus |
An
EnumType that indicates the status of the org.polkadot.type.extrinsics as been submitted |
| ExtrinsicStatus.Broadcast |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics has been boradcast to peers |
| ExtrinsicStatus.Dropped |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics has been dropped |
| ExtrinsicStatus.Finalized |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics] has been finalized and included |
| ExtrinsicStatus.Future |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics has been added to the future queue |
| ExtrinsicStatus.Invalid |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics is invalid |
| ExtrinsicStatus.Ready |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics has been added to the ready queue |
| ExtrinsicStatus.Usurped |
An
ExtrinsicStatus indicating that the org.polkadot.type.extrinsics has been 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 |
A list of pending
Extrinsics |
| RuntimeVersion | |
| RuntimeVersion.ApiId |
An identifier for the runtime API
|
| RuntimeVersion.RuntimeVersionApi | |
| SignedBlock |
A Block that has been signed and contains a Justification
|
| SignedBlock.SignedBlockValue | |
| StorageChangeSet |
A set of storage changes.
|