• RPC
  • Methods
  • Consensus
  • Send New Staker Transaction

sendNewStakerTransaction method

Sends a `new_staker` transaction to the network. You need to provide the address of a basic account (the sender wallet) to pay the transaction fee.

Params

ParameterTypeRequired
senderWalletstringYes
stakerWalletstringYes
delegationstringYes
valuenumberYes
feenumberYes
validityStartHeightnumberYes

Result

PropertyTypeRequired
Blake2bHashstringYes

Code Examples

Copy page
Create issue