ConsensusCreate
UpdateStakerTransaction
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).
Parameters
Prop | Type / Default |
---|---|
senderWallet | string |
stakerWallet | string |
newDelegation | string |
reactivateAllStake | boolean |
fee | number |
validityStartHeight | number |
Returns
Prop | Type / Default |
---|---|
returnValue | string |