sendDeactivateValidatorTransaction
method
Sends a `deactivate_validator` transaction to the network. You need to provide the address of a basic account (the sender wallet) to pay the transaction fee.
Params
Parameter | Type | Required |
---|---|---|
senderWallet | string | Yes |
validatorAddress | string | Yes |
signingSecretKey | string | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
Property | Type | Required |
---|---|---|
Blake2bHash | string | Yes |