For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gets the VeNFT dividend information

Gets the VeNFT dividend information for the specified VeNFT dividend handle and VeNFT ID

const dividend_manager = await sdk.XCetusModule.getDividendManager()
const venft_dividend_info = await sdk.XCetusModule.getVeNFTDividendInfo(dividend_manager.venft_dividends.id)

Last updated