casper-types 7.0.0

Types shared by many casper crates for use on the Casper network.
1
2
3
4
5
6
//! Contains implementation of a standard payment contract implementation.
mod constants;
mod entry_points;

pub use constants::*;
pub use entry_points::standard_payment_entry_points;