@xoxno/sdk-js
Version:
The SDK to interact with the XOXNO Protocol!
12 lines • 451 B
TypeScript
import type { StakingSummaryPools } from '../types/staking';
export declare class StakingModule {
private api;
constructor();
/** Gets pool details
* @param {number} poolId - User's address
* @returns {CreatoPoolDetailsrInfo} User's creator info
* @throws {Error} Throws an error if the address is invalid
* */
getPoolDetails: (poolId: number) => Promise<StakingSummaryPools>;
}
//# sourceMappingURL=index.d.ts.map