Use convertPayload can get the payload for convert Cetus to xCetus
convertPayload
amount: the number of cetus you want to convert
venft_id: Your VeNFT id
const venft_id = 'YOUR_VENFT_ID' const payload = await sdk.XCetusModule.convertPayload({ amount: '10000000000', venft_id, })
Last updated 1 year ago