Registry / crypto / subxt-signer

subxt-signer

JSON →
library0.50.0rscratesunverified

Sign extrinsics to be submitted by Subxt.

# Cargo.toml [dependencies] subxt-signer = "0.50.0"
INSTALL
IMPORT
SIG · SUBXT-SIGNER
S
subxt-signer
cryptorustv0.50.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dev
use subxt_signer::sr25519::dev;

Create a development signer for Subxt extrinsics.

use subxt_signer::sr25519::dev; fn main() { let alice = dev::alice(); println!("Alice's public key: {:?}", alice.public_key()); }
Debug
Known issues
gotchaRequires the `substrate` feature for production use.
fix
Enable the `substrate` feature in Cargo.toml: subxt-signer = { version = "0.50.0", features = ["substrate"] }
affects: >=0.50.0
Upgrade
Version history
0.50.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
subxt-signer — cargo add subxt-signer · libregistry