glin-types

Crates.ioglin-types
lib.rsglin-types
version0.1.4
created_at2025-10-05 04:22:43.322017+00
updated_at2025-10-10 14:28:20.628804+00
descriptionShared types and data structures for GLIN Network SDK
homepagehttps://docs.glin.ai/sdk/rust/setup
repositoryhttps://github.com/glin-ai/glin-sdk-rust
max_upload_size
id1868603
size96,924
Irfan Eralp Kavakli (bulpara)

documentation

https://docs.glin.ai/sdk/rust/api-reference

README

GLIN Logo

glin-types

crates.io docs.rs License

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:

[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

Documentation

For full SDK documentation, see the main repository.

License

Apache-2.0

Commit count: 0

cargo fmt