createDeleteValidatorTransaction
method
Returns a serialized `delete_validator` transaction. The transaction fee will be paid from the validator deposit that is being returned. Note in order for this transaction to be accepted fee + value should be equal to the validator deposit, which is not a fixed value: Failed delete validator transactions can diminish the validator deposit
Params
Parameter | Type | Required |
---|---|---|
validatorWallet | string | Yes |
recipient | string | Yes |
fee | number | Yes |
value | number | Yes |
validityStartHeight | number | Yes |
Result
Property | Type | Required |
---|---|---|
String | string | Yes |