Expand description
Gear api with signer
Structs§
- Implementation of low-level calls for
Signer
. - A [
Signer
] implementation that can be constructed from an [sp_core::Pair
]. - Signer representation that provides access to gear API. Implements low-level methods such as
run_tx
andforce_batch
. Other higher-level calls are provided bySigner::storage
,Signer::calls
,Signer::rpc
.