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).

Params6 params
senderWalletstringrequired
stakerWalletstringrequired
newDelegationstringrequired
reactivateAllStakebooleanrequired
feenumberrequired
validityStartHeightnumberrequired

Result Schema

Fields1 field
Blake2bHashstringrequired

Code Examples

Copy page
Create issue