UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

7 lines (6 loc) 151 B
export type CoinBalance = { coinType: string; coinObjectCount: number; totalBalance: string; lockedBalance: Record<string, string>; };