mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Change SA for Rococo/Statemine_1000 + removed CheckedExtrinsic (#2627)
This commit is contained in:
@@ -94,8 +94,6 @@ pub type SignedExtra = (
|
||||
/// Unchecked extrinsic type as expected by this runtime.
|
||||
pub type UncheckedExtrinsic =
|
||||
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
|
||||
/// Extrinsic type that has already been checked.
|
||||
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
|
||||
|
||||
pub type Migrations = (pallet_contracts::Migration<Runtime>,);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user