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.

Params6 params
senderWalletstringrequired
stakerWalletstringrequired
delegationstringrequired
valuenumberrequired
feenumberrequired
validityStartHeightnumberrequired

Result Schema

Fields1 field
Blake2bHashstringrequired

Code Examples

Copy page
Create issue