casper-types 0.1.0

Types used to allow creation of Wasm contracts and tests for use on the Casper network.
Documentation
1
2
3
4
5
6
7
8
9
10
/// Named constant for `amount`.
pub const ARG_AMOUNT: &str = "amount";

/// Named constant for method `call`.
pub const METHOD_CALL: &str = "call";

/// Storage for standard payment contract hash.
pub const HASH_KEY: &str = "standard_payment_hash";
/// Storage for standard payment access key.
pub const ACCESS_KEY: &str = "standard_payment_access";