everscale-types 0.1.2

A set of primitive types and utilities for the Everscale blockchain.
Documentation
1
2
3
4
5
//! VM related models.

pub use self::out_actions::*;

mod out_actions;