UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

17 lines (16 loc) 369 B
type BlockchainInfo = { user_id: number; account_id: number; program_id: number; chain_address: string; validator_address: string; type: number; chain_type: number; memo: string; server_date: string; date_utc: string; client_date: Date; source_time_zone: string; source_id: string; }; export type { BlockchainInfo };