Gets the list of burn positions by wallet address
const wallet_address = '0x...'
const position_ids = await sdk.Burn.getBurnPositionList(wallet_address)
// result:
positionIds: ['0x1b9b4f2271bc69df97ddafcb3f645...']Last updated
const wallet_address = '0x...'
const position_ids = await sdk.Burn.getBurnPositionList(wallet_address)
// result:
positionIds: ['0x1b9b4f2271bc69df97ddafcb3f645...']Last updated