sendUpdateStakerTransaction method

Sends a `update_staker` 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
newDelegationstringYes
reactivateAllStakebooleanYes
feenumberYes
validityStartHeightnumberYes

Result

PropertyTypeRequired
Blake2bHashstringYes

Code Examples

Copy page
Create issue