UNPKG

blub-sdk

Version:

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

10 lines (9 loc) 220 B
export interface RewardCoin { symbol: string; coinType: string; logoUrl: string; decimals: number; monthlyReward: number; pendingReward?: number; } export declare const rewardCoins: RewardCoin[];