glin-types
Shared types and data structures for GLIN Network SDK.
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:
[]
= "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