4 releases
| new 0.1.4 | Oct 10, 2025 |
|---|---|
| 0.1.2 | Oct 5, 2025 |
| 0.1.1 | Oct 5, 2025 |
| 0.1.0 | Oct 5, 2025 |
#310 in Magic Beans
320 downloads per month
Used in 4 crates
27KB
83 lines
Overview
This crate provides core type definitions used across the GLIN SDK ecosystem. It includes:
- Serialization support: Serde for JSON serialization
- SCALE encoding: For Substrate blockchain compatibility
- Substrate types: Integration with subxt for blockchain interactions
- Common data structures: Shared across glin-client and glin-contracts
Usage
Add this to your Cargo.toml:
[dependencies]
glin-types = "0.1.0"
Features
- Serde-based JSON serialization/deserialization
- SCALE codec support for blockchain encoding
- Hexadecimal encoding/decoding utilities
- Substrate-compatible type definitions
Part of GLIN SDK
This crate is part of the GLIN SDK for Rust, which provides complete blockchain interaction capabilities for GLIN Network.
Related Crates
glin-client- Network connection and RPC operationsglin-contracts- Contract deployment and interaction
Documentation
For full SDK documentation, see the main repository.
License
Apache-2.0
Dependencies
~18MB
~321K SLoC