sendRetireStakeTransaction method

Sends a `retire_stake` transaction to the network. You can pay the transaction fee from a basic account (by providing the sender wallet) or from the staker account's balance (by not providing a sender wallet).

Params

ParameterTypeRequired
senderWalletstringYes
stakerWalletstringYes
retireStakenumberYes
feenumberYes
validityStartHeightnumberYes

Result

PropertyTypeRequired
Blake2bHashstringYes

Code Examples

Copy page
Create issue