UNPKG

@mysten/sui

Version:
11 lines (9 loc) 247 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>; fundsInAddressBalance?: string; };