mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Replace T::AccountId with <T::Lookup as StaticLookup>::Source (#11670)
* initial * update * update * update * cargo fmt * update * update benchmarks * AccountIdLookupOf<T> * cargo fmt * fix conflits * cargo fmt * update Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -57,7 +57,7 @@ const INSTR_BENCHMARK_BATCHES: u32 = 50;
|
||||
struct Contract<T: Config> {
|
||||
caller: T::AccountId,
|
||||
account_id: T::AccountId,
|
||||
addr: <T::Lookup as StaticLookup>::Source,
|
||||
addr: AccountIdLookupOf<T>,
|
||||
value: BalanceOf<T>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user