Skip to content

CommonOnChainTransactionParams

Extends

Properties

fee

fee: uint64

The fee paid for this transaction

Inherited from

Required.fee

Source

types/global.d.ts:664


groupIndex

groupIndex: uint64

The index of this transaction in its group

Source

types/global.d.ts:675


note

note: string

The note field for this transaction

Inherited from

Required.note

Source

types/global.d.ts:670


rekeyTo

rekeyTo: Address

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

Inherited from

Required.rekeyTo

Source

types/global.d.ts:668


sender

sender: Address

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

Inherited from

Required.sender

Source

types/global.d.ts:666


txID

txID: string

The transaction ID for this transaction

Source

types/global.d.ts:677