UNPKG

blub-sdk

Version:

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

9 lines (8 loc) 224 B
/** * Returns the current BLUB token price in USD. */ export declare function getBlubPrice(): Promise<number>; /** * Returns the current SUI token price in USD. */ export declare function getSuiPrice(): Promise<number>;