mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Make generic, removing dependency on node_runtime (#1)
* Extract error to file * Update readme * Extract Rpc to separate file * Make Rpc generic over Runtime * Editor config etc. * rustfmt * Remove node-runtime dependency, generic soup * Move generic trait bounds to impl * rustfmt * Remove unused stuff * Add test for balance transfer call
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# subext
|
||||
# subxt
|
||||
|
||||
A library to submit extrinsics to a [substrate](https://github.com/paritytech/substrate) node via RPC.
|
||||
A library to **sub**mit e**xt**rinsics to a [substrate](https://github.com/paritytech/substrate) node via RPC.
|
||||
|
||||
**IMPORTANT NOTE:** WORK IN PROGRESS! Do not expect this to be working (or supported).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user