Crates.io | subxt-signer |
lib.rs | subxt-signer |
version | 0.38.0 |
source | src |
created_at | 2023-07-19 15:11:35.20414 |
updated_at | 2024-10-24 15:05:25.740501 |
description | Sign extrinsics to be submitted by Subxt |
homepage | https://www.parity.io/ |
repository | https://github.com/paritytech/subxt |
max_upload_size | |
id | 920414 |
size | 89,667 |
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.