mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 18:18:01 +00:00
a2eead0c3d933e60c6a09b5ca38ce8ac8a4ef26b
* Make signing fallable and asynchronous This is needed for hardware wallets, which require human confirmation to sign transactions. Blocking on a human to sign transactions is not a good idea, and the signing might fail for many reasons (device unplugged, authorization not granted, etc). * Reformat * Refactor as suggested by Andrew Jones (@ascjones). * Use future::ok Co-authored-by: Andrew Jones <ascjones@gmail.com>
subxt ·

A library to submit extrinsics to a substrate node via RPC.
Usage
See examples.
Alternatives
substrate-api-client provides similar functionality.
License
The entire code within this repository is licensed under the GPLv3. Please contact us if you have questions about the licensing of our products.Description
Languages
Rust
99.8%
Shell
0.2%