Developers Forum for XinFin XDC Network

Discussion on: [Closed]What do the parameters in XDC Validator Contract withdraw function refer to?

Collapse
ivan_blocksscan profile image
Ivan_BlocksScan

Hello @theabdullahalam

_blockNumber: There are 1296000 blocks cooling off period after you successfully RESIGN MasterNode/StandBy from XDC Validator.

_index: Each Owner can host multiple MasterNode from single account hence index params added to define withdrawal from multiple resign of MasterNode.

Here are few transactions where withdrawal function executed for multiple MasterNode.

xdc.blocksscan.io/txs/0x03a7b89184...

xdc.blocksscan.io/txs/0x57f05858b0...

Collapse
theabdullahalam profile image
Abdullah Alam Author

Thank you so much for the response.

For a typical scenario of a single node, what values would be needed to be passed to this method to withdraw funds programmatically? I would guess _index will be 0 given that it would be the only node, and _blockNumber would be the resignation transaction block number + 1296000. Is that correct?

Collapse
ivan_blocksscan profile image
Ivan_BlocksScan

Yes. That is correct.