UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

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