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

Convert Cetus to Xcetus

Use convertPayload can get the payload for convert Cetus to xCetus

Function Parameters

  • 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