mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Replace system config Index for Nonce (#14290)
* replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * wip * remove index in lieu of nonce * wip * remove accountnonce in lieu of nonce * add minor improvement * rebase and merge conflicts
This commit is contained in:
@@ -486,7 +486,7 @@ pub trait CreateSignedTransaction<LocalCall>:
|
||||
call: Self::OverarchingCall,
|
||||
public: Self::Public,
|
||||
account: Self::AccountId,
|
||||
nonce: Self::Index,
|
||||
nonce: Self::Nonce,
|
||||
) -> Option<(Self::OverarchingCall, <Self::Extrinsic as ExtrinsicT>::SignaturePayload)>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user