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

ParameterTypeRequired
senderWalletstringYes
stakerAddressstringYes
valuenumberYes
feenumberYes
validityStartHeightnumberYes

Result

PropertyTypeRequired
Blake2bHashstringYes

Code Examples

Copy page
Create issue