UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

10 lines (8 loc) 214 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export type CoinBalance = { coinType: string; coinObjectCount: number; totalBalance: string; lockedBalance: Record<string, string>; };