mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 12:51:05 +00:00
Allow creating/submitting unsigned transactions, too. (#625)
* add tx.create_unsigned method * check unsigned extrinsic shape against pjs output to give us some confidence it's ok
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ pub use self::{
|
||||
Signer,
|
||||
},
|
||||
tx_client::{
|
||||
SignedSubmittableExtrinsic,
|
||||
SubmittableExtrinsic,
|
||||
TxClient,
|
||||
},
|
||||
tx_payload::{
|
||||
|
||||
Reference in New Issue
Block a user