UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

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