casper-types 7.0.0

Types shared by many casper crates for use on the Casper network.
1
2
3
4
//! Contains implementation of the gas prepayment system
mod prepayment_kind;

pub use prepayment_kind::PrepaymentKind;