[][src]Crate substrate_subxt

A library to submit extrinsics to a substrate node via RPC.

Modules

balances

Implements support for the pallet_balances module.

contracts

Implements support for the pallet_contracts module.

system

Implements support for the frame_system module.

Structs

Call

Creates module calls

Client

Client to interface with a substrate node.

ClientBuilder

ClientBuilder for constructing a Client.

DefaultNodeRuntime

Concrete type definitions compatible with those in the default substrate node_runtime

Encoded

Wraps an already encoded byte vector, prevents being encoded as a raw byte vector as part of the transaction payload

EventsSubscriber

Submits an extrinsic and subscribes to the triggered events

ExtrinsicSuccess

Captures data for when an extrinsic is successfully included in a block

KusamaRuntime

Concrete type definitions compatible with those for kusama, v0.7

RawEvent

Raw bytes for an Event

XtBuilder

Transaction builder.

Enums

Error

Error enum.