Trait linera_sdk::abi::Abi
source · pub trait Abi: ContractAbi + ServiceAbi { }
Expand description
A trait that includes all the types exported by a Linera application (both contract and service).
pub trait Abi: ContractAbi + ServiceAbi { }
A trait that includes all the types exported by a Linera application (both contract and service).