fil_actor_interface 18.0.0

Backward compatibility layer for all versions of builtin actor released v8 onwards.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2019-2023 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT

mod builtin;
pub mod convert;
mod macros;

pub use self::builtin::*;
pub use fil_actors_shared::v13::runtime::Policy;