Skip to content

OnlineKeyRegParams

Extends

Properties

fee?

optional fee: uint64

The fee paid for this transaction

Inherited from

CommonTransactionParams.fee

Source

types/global.d.ts:664


note?

optional note: string

The note field for this transaction

Inherited from

CommonTransactionParams.note

Source

types/global.d.ts:670


rekeyTo?

optional rekeyTo: Address

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

Inherited from

CommonTransactionParams.rekeyTo

Source

types/global.d.ts:668


selectionPK

selectionPK: Brand<string, "bytes">

Source

types/global.d.ts:807


sender?

optional sender: Address

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

Inherited from

CommonTransactionParams.sender

Source

types/global.d.ts:666


stateProofPK

stateProofPK: Brand<string, "bytes">

Source

types/global.d.ts:808


voteFirst

voteFirst: uint64

Source

types/global.d.ts:809


voteKeyDilution

voteKeyDilution: uint64

Source

types/global.d.ts:811


voteLast

voteLast: uint64

Source

types/global.d.ts:810


votePK

votePK: Brand<string, "bytes">

Source

types/global.d.ts:806