Skip to content

sendOnlineKeyRegistration

sendOnlineKeyRegistration(params): void

Parameters

params

params.fee?: uint64

The fee paid for this transaction

params.note?: string

The note field for this transaction

params.rekeyTo?: Address

If set, changes the authAddr of sender to the given address

params.selectionPK: Brand<string, "bytes">

params.sender?: Address

The sender of this transaction. This is the account that pays the fee (if non-zero)

params.stateProofPK: Brand<string, "bytes">

params.voteFirst: uint64

params.voteKeyDilution: uint64

params.voteLast: uint64

params.votePK: Brand<string, "bytes">

Returns

void

Source

types/global.d.ts:945