Module core

Module core 

Source
Expand description

Shared data types and functionalities.

Re-exports§

pub use types::*;
pub use units::*;

Modules§

types
JSON-RPC related data types.
units
Utility functions for unit conversion.

Structs§

BNum
Rust corresponding type for scilla BNum.
PrivateKey
secp256k1 (K-256) secret key.
PublicKey
secp256k1 (K-256) public key.
TxHash
A Type-safe Transaction hash.
ZilAddress
Type-safe address fo zilliqa network.