Crate ac_node_api

source ·
Expand description

Contains stuff to instantiate communication with a substrate node.

Re-exports§

Modules§

  • General node-api Error implementation.
  • A representation of a block of events. This file bases on https://github.com/paritytech/subxt/blob/8413c4d2dd625335b9200dc2289670accdf3391a/subxt/src/events/events_type.rs#L19-L196
  • For querying runtime storage.
  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

  • Creates a Vec containing the arguments.

Structs§

  • An ordered map based on a B-Tree.
  • Wraps an already encoded byte vector, prevents being encoded as a raw byte vector as part of the transaction payload
  • Record of an event happening.

Enums§

  • A phase of a block’s execution.

Traits§

Derive Macros§