createSetActiveStakeTransaction method
Returns a serialized `set_active_stake` 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 |
newActiveBalance | number | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
| Property | Type | Required |
|---|---|---|
String | string | Yes |