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:
James Wilson
2022-08-18 17:51:45 +01:00
committed by GitHub
parent 4f39f6f8fc
commit a71223ab4a
3 changed files with 92 additions and 17 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ pub use self::{
Signer,
},
tx_client::{
SignedSubmittableExtrinsic,
SubmittableExtrinsic,
TxClient,
},
tx_payload::{