mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 01:28:00 +00:00
f0b72b9104
* add subxt to subxt-signer default features * distinguish between native and web in signer * fix formatting and clippy * rustfmt
6 lines
258 B
Markdown
6 lines
258 B
Markdown
# Subxt-signer
|
|
|
|
This library exposes a small, WASM compatible signer implementation which can be used in conjunction with Subxt to sign transactions.
|
|
|
|
This library can be used without Subxt by disabling the `subxt` feature flag, which is enabled by default.
|