sendSetActiveStakeTransaction
method
Sends a `set_active_stake` 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
Parameter | Type | Required |
---|---|---|
senderWallet | string | Yes |
stakerWallet | string | Yes |
newActiveBalance | number | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
Property | Type | Required |
---|---|---|
Blake2bHash | string | Yes |