UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

20 lines (19 loc) 484 B
export interface AdaAccount { summary: { assetBalances: [ { asset: { assetId: string; assetName: string; name: string; description: string; logo: string; metadataHash: string; url: string; }; quantity: string; } ]; utxosCount: number; }; }