mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Adds support for tuples in runtime-interface (#7672)
This commit is contained in:
@@ -365,7 +365,9 @@ impl<T: codec::Codec> PassBy for Option<T> {
|
||||
type PassBy = Codec<Self>;
|
||||
}
|
||||
|
||||
impl PassBy for (u32, u32, u32, u32) {
|
||||
#[impl_trait_for_tuples::impl_for_tuples(30)]
|
||||
#[tuple_types_no_default_trait_bound]
|
||||
impl PassBy for Tuple where Self: codec::Codec {
|
||||
type PassBy = Codec<Self>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user