createStakeTransaction method
Returns a serialized `stake` transaction. The funds to be staked and the transaction fee will be paid from the `sender_wallet`.
Params
| Parameter | Type | Required |
|---|---|---|
senderWallet | string | Yes |
stakerAddress | string | Yes |
value | number | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
| Property | Type | Required |
|---|---|---|
String | string | Yes |