pod-types 0.5.1

Types of Software Development Kit for the pod Network
Documentation
1
2
3
4
5
6
7
8
9
pub mod calldata;
pub mod log;
pub mod receipt;
pub mod transaction;

pub use calldata::CallData;
pub use log::Log;
pub use receipt::Receipt;
pub use transaction::Transaction;