UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

3 lines (2 loc) 98 B
export type Order = 'ascending' | 'descending'; export type Unsubscribe = () => Promise<boolean>;