Module linera_base::abi

source ·
Expand description

This module defines the notion of Application Binary Interface (ABI) for Linera applications across Wasm and native architectures.

Traits§

  • A trait that includes all the types exported by a Linera application (both contract and service).
  • A trait that includes all the types exported by a Linera application contract.
  • A trait that includes all the types exported by a Linera application service.
  • Marker trait to help importing contract types.
  • Marker trait to help importing service types.