Gets the xCetus amount

Gets the xCetus amount for the specified lock ID

Function Parameters

  • lock_id: The ID of the lock

const lock_id = '0x005ba9202a5d9e41c73155a1b...'

const amount = await sdk.XCetusModule.getXCetusAmount(lock_id)

Last updated