Expand description
This module defines the notion of Application Binary Interface (ABI) for Linera applications across Wasm and native architectures.
Traitsยง
- Abi
- A trait that includes all the types exported by a Linera application (both contract and service).
- Contract
Abi - A trait that includes all the types exported by a Linera application contract.
- Service
Abi - A trait that includes all the types exported by a Linera application service.
- With
Contract Abi - Marker trait to help importing contract types.
- With
Service Abi - Marker trait to help importing service types.