pub trait SmcInfo {
// Required methods
fn version(&self) -> VmVersion;
fn build_c7(&self) -> SafeRc<Tuple>;
}Expand description
Smart Contract Info context.
pub trait SmcInfo {
// Required methods
fn version(&self) -> VmVersion;
fn build_c7(&self) -> SafeRc<Tuple>;
}Smart Contract Info context.