ConsensusCreate
NewStakerTransaction
Returns a serialized `new_staker` transaction. You need to provide the address of a basic account (the sender wallet) to pay the transaction fee.
Parameters
Prop | Type / Default |
---|---|
senderWallet | string |
stakerWallet | string |
delegation | string |
value | number |
fee | number |
validityStartHeight | number |
Returns
Prop | Type / Default |
---|---|
returnValue | string |