@gluex/types
v1.0.9
Published
Type definitions for the GlueX protocol.
Keywords
Readme
GlueX Types
Type definitions for the GlueX protocol.
Installation
npm install @gluex/typesUsage
import { Token, Route, TransactionRequest } from '@gluex/types'Types Overview
All TypeScript type definitions can be found in the src/ directory:
src/
├── api/ # API types (routes, tokens, gas, etc.)
├── chains/ # Chain and network types
├── errors/ # Error types
├── helpers/ # Utility types
└── ... # Additional protocol typesFor detailed type documentation, refer to the JSDoc comments in the source code.
