mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 00:18:00 +00:00
use 'sp_core::Hxxx' for all hash types (#623)
This commit is contained in:
@@ -119,10 +119,18 @@ impl RuntimeGenerator {
|
||||
"sp_core::crypto::AccountId32",
|
||||
parse_quote!(::subxt::ext::sp_core::crypto::AccountId32),
|
||||
),
|
||||
(
|
||||
"primitive_types::H160",
|
||||
parse_quote!(::subxt::ext::sp_core::H160),
|
||||
),
|
||||
(
|
||||
"primitive_types::H256",
|
||||
parse_quote!(::subxt::ext::sp_core::H256),
|
||||
),
|
||||
(
|
||||
"primitive_types::H512",
|
||||
parse_quote!(::subxt::ext::sp_core::H512),
|
||||
),
|
||||
(
|
||||
"sp_runtime::multiaddress::MultiAddress",
|
||||
parse_quote!(::subxt::ext::sp_runtime::MultiAddress),
|
||||
|
||||
Reference in New Issue
Block a user