70ddb6516f
- Add pezkuwi-subxt crates to vendor/pezkuwi-subxt - Add pezkuwi-zombienet-sdk crates to vendor/pezkuwi-zombienet-sdk - Convert git dependencies to path dependencies - Add vendor crates to workspace members - Remove test/example crates from vendor (not needed for SDK) - Fix feature propagation issues detected by zepter - Fix workspace inheritance for internal dependencies - All 606 crates now in workspace - All 6919 internal dependency links verified correct - No git dependencies remaining
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.
|