multiversx_sc/
derive_imports.rs

1
2
3
4
5
6
7
pub use crate::{
    codec,
    codec::derive::{
        NestedDecode, NestedEncode, TopDecode, TopDecodeOrDefault, TopEncode, TopEncodeOrDefault,
    },
    derive::{type_abi, ManagedVecItem, TypeAbi},
};