Get Information of dividend with phase
getPhaseDividendInfo
can gets the info of dividend for phase you want to get.
Function Parameters
phase: phase you want to get
const phase = '10'
const phase_dividend_info = await sdk.XCetusModule.getPhaseDividendInfo('10')
Last updated