UNPKG

blub-sdk

Version:

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

8 lines (7 loc) 256 B
/** * Retrieves the BLUB token balance for a given wallet address. * * @param owner - The address to query the BLUB balance for. * @returns The total BLUB balance as a bigint. */ export declare function getBlubBalance(owner: string): Promise<bigint>;