Skip to content

CommonTransactionParams

Extended by

Properties

fee?

optional fee: uint64

The fee paid for this transaction

Source

types/global.d.ts:664


note?

optional note: string

The note field for this transaction

Source

types/global.d.ts:670


rekeyTo?

optional rekeyTo: Address

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

Source

types/global.d.ts:668


sender?

optional sender: Address

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

Source

types/global.d.ts:666