UNPKG

@zerochain/sdk

Version:

The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi

6 lines (5 loc) 174 B
export type WasmType = 'normal' | 'enterprise'; export type * from './allocation'; export type * from './blobber'; export type * from './log'; export type * from './wallet';