sendStakeTransaction
method
Sends a `stake` transaction to the network. 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 |
---|---|---|
Blake2bHash | string | Yes |