gear-subxt 0.29.0

Submit extrinsics (transactions) to a substrate node via RPC
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019-2023 Parity Technologies (UK) Ltd.
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
// see LICENSE for license details.

//! Types associated with accessing constants.

mod constant_address;
mod constants_client;

pub use constant_address::{dynamic, Address, ConstantAddress, DynamicAddress};
pub use constants_client::ConstantsClient;