UNPKG

@mysten/sui

Version:
11 lines 282 B
//#region src/jsonRpc/types/coins.d.ts type CoinBalance = { coinType: string; coinObjectCount: number; totalBalance: string; lockedBalance: Record<string, string>; fundsInAddressBalance?: string; }; //#endregion export { CoinBalance }; //# sourceMappingURL=coins.d.mts.map