Skip to content

CommonTxnVerificationFields

CommonTxnVerificationFields: Object

Type declaration

fee?

optional fee: IntLike | TxnVerificationTests

The fee to pay for the transaction

firstValid?

optional firstValid: IntLike | TxnVerificationTests

The first round that the transaction is valid

firstValidTime?

optional firstValidTime: IntLike | TxnVerificationTests

groupIndex?

optional groupIndex: IntLike | TxnVerificationTests

lastValid?

optional lastValid: IntLike | TxnVerificationTests

The last round that the transaction is valid

lease?

optional lease: bytes32 | TxnVerificationTests

note?

optional note: BytesLike | TxnVerificationTests

The note field of the transaction

rekeyTo?

optional rekeyTo: Address | TxnVerificationTests

sender?

optional sender: Address | TxnVerificationTests

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

txID?

optional txID: bytes32 | TxnVerificationTests

Source

types/global.d.ts:277