UNPKG

blub-sdk

Version:

A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.

8 lines (5 loc) 175 B
// Copyright (c) Blub Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export * from "./object"; export * from "./params"; export type Environment = "mainnet" | "testnet";