git.delta.rocks / unique-network / refs/commits / 2bb7a04d8be0

difftreelog

fix build

Trubnikov Sergey2022-11-17parent: #a156ee0.patch.diff
in: master

1 file changed

modifiedpallets/common/src/eth.rsdiffbeforeafterboth
155 }155 }
156}156}
157157
158#[cfg(feature = "stubgen")]
158impl ::evm_coder::solidity::sealed::CanBePlacedInVec for EthCrossAccount {}159impl ::evm_coder::solidity::sealed::CanBePlacedInVec for EthCrossAccount {}
160
161#[cfg(feature = "stubgen")]
159impl ::evm_coder::solidity::SolidityTupleType for EthCrossAccount {162impl ::evm_coder::solidity::SolidityTupleType for EthCrossAccount {
160 fn names(tc: &::evm_coder::solidity::TypeCollector) -> Vec<String> {163 fn names(tc: &::evm_coder::solidity::TypeCollector) -> Vec<String> {
161 let mut collected =164 let mut collected =
180 }183 }
181}184}
185
186#[cfg(feature = "stubgen")]
182impl ::evm_coder::solidity::SolidityTypeName for EthCrossAccount {187impl ::evm_coder::solidity::SolidityTypeName for EthCrossAccount {
183 fn solidity_name(188 fn solidity_name(
184 writer: &mut impl ::core::fmt::Write,189 writer: &mut impl ::core::fmt::Write,
203 }208 }
204}209}
205210
211#[cfg(feature = "stubgen")]
206impl ::evm_coder::solidity::StructCollect for EthCrossAccount {212impl ::evm_coder::solidity::StructCollect for EthCrossAccount {
207 fn name() -> String {213 fn name() -> String {
208 "EthCrossAccount".into()214 "EthCrossAccount".into()