mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 11:21:07 +00:00
add subxt to subxt-signer default features
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ description = "Sign extrinsics to be submitted by Subxt"
|
||||
keywords = ["parity", "subxt", "extrinsic", "signer"]
|
||||
|
||||
[features]
|
||||
default = ["sr25519", "ecdsa"]
|
||||
default = ["sr25519", "ecdsa", "subxt"]
|
||||
|
||||
# Pick the signer implementation(s) you need by enabling the
|
||||
# corresponding features. Note: I had more difficulties getting
|
||||
|
||||
+3
-1
@@ -1,3 +1,5 @@
|
||||
# Subxt-signer
|
||||
|
||||
This library exposes a small, WASM compatible signer implementation which can be used in conjunction with Subxt to sign transactions.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user