UNPKG

blub-sdk

Version:

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

9 lines (8 loc) 297 B
export declare const BLUB_NFT_COLLECTION_WHITELIST_STAKE_BOOST = 1.6; export interface UserBlubNftPointsResult { balance: number; staked: number; stakeBoost: number; points: number; } export declare function getUserBlubNftPoints(address: string): Promise<UserBlubNftPointsResult>;