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.

12 lines (11 loc) 298 B
import { CryptoAddressExtendedData } from ".."; type PaymentCryptoAddress = { id: number; asset_code_id: number; asset_code: string; network_id: number; network: string; address: string; extended_data: CryptoAddressExtendedData; }; export type { PaymentCryptoAddress };