Expand description
Shared types and data structures for GLIN Network
This crate provides common types used across the GLIN SDK ecosystem. Types are designed to be lightweight, serializable, and compatible with Substrate/ink! ecosystems.
Re-exports§
pub use account::AccountId;pub use account::Balance;pub use block::Block;pub use block::BlockHash;pub use block::BlockHeader;pub use contract::ContractInfo;pub use event::Event;pub use event::EventData;pub use extrinsic::Extrinsic;pub use extrinsic::ExtrinsicInfo;