UNPKG

blub-sdk

Version:

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

6 lines (5 loc) 174 B
export declare function useStakingSummary(address?: string): { summary: import("./StakingService").StakingSummary | undefined; isLoading: boolean; error: any; };