neo3 1.0.8

Production-ready Rust SDK for Neo N3 blockchain with high-level API, unified error handling, and enterprise features
Documentation
1
2
3
4
5
6
7
//! Neo X bridge helpers

pub mod bridge_contract;
pub mod evm_bridge;

pub use bridge_contract::*;
pub use evm_bridge::*;