Skip to main content

linera_sdk/abis/
mod.rs

1// Copyright (c) Zefchain Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3
4//! Common ABIs that may have multiple implementations.
5
6/// The ABI of a controller application that manages worker and controller commands.
7pub mod controller;
8pub mod evm;
9pub mod fungible;
10pub mod wrapped_fungible;