UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

6 lines (4 loc) 173 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export type Order = 'ascending' | 'descending'; export type Unsubscribe = () => Promise<boolean>;