createUpdateStakerTransaction
method
Returns a serialized `update_staker` transaction. 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
Parameter | Type | Required |
---|---|---|
senderWallet | string | Yes |
stakerWallet | string | Yes |
newDelegation | string | Yes |
reactivateAllStake | boolean | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
Property | Type | Required |
---|---|---|
String | string | Yes |