mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 17:11:02 +00:00
Bump codec. (#8548)
* Bump codec. * Bump codec-derive * Remove FullCodec bound on Call
This commit is contained in:
Generated
+163
-157
File diff suppressed because it is too large
Load Diff
@@ -182,7 +182,7 @@ pub mod pallet {
|
|||||||
+ OriginTrait<Call=Self::Call>;
|
+ OriginTrait<Call=Self::Call>;
|
||||||
|
|
||||||
/// The aggregated `Call` type.
|
/// The aggregated `Call` type.
|
||||||
type Call: Dispatchable + Debug + FullCodec;
|
type Call: Dispatchable + Debug;
|
||||||
|
|
||||||
/// Account index (aka nonce) type. This stores the number of previous transactions associated
|
/// Account index (aka nonce) type. This stores the number of previous transactions associated
|
||||||
/// with a sender account.
|
/// with a sender account.
|
||||||
|
|||||||
Reference in New Issue
Block a user