sendRetireValidatorTransaction method

Sends a `retire_validator` transaction to the network. You need to provide the address of a basic account (the sender wallet) to pay the transaction fee.

Params

ParameterTypeRequired
senderWalletstringYes
validatorWalletstringYes
feenumberYes
validityStartHeightnumberYes

Result

PropertyTypeRequired
Blake2bHashstringYes

Code Examples

Copy page
Create issue