neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
//! Core runtime types and the `NeoRuntime` implementation.

use super::*;

mod runtime_impl;
mod runtime_types;

pub use runtime_impl::*;
pub use runtime_types::*;