Skip to content

AppParams

Extends

Properties

accounts?

optional accounts: Address[]

Source

types/global.d.ts:783


applicationArgs?

optional applicationArgs: BytesLike[]

Source

types/global.d.ts:785


applicationID?

optional applicationID: AppID

Source

types/global.d.ts:781


applications?

optional applications: AppID[]

Source

types/global.d.ts:787


approvalProgram?

optional approvalProgram: BytesLike | BytesLike[]

Source

types/global.d.ts:784


assets?

optional assets: AssetID[]

Source

types/global.d.ts:788


clearStateProgram?

optional clearStateProgram: BytesLike | BytesLike[]

Source

types/global.d.ts:786


extraProgramPages?

optional extraProgramPages: uint64

Source

types/global.d.ts:793


fee?

optional fee: uint64

The fee paid for this transaction

Inherited from

CommonTransactionParams.fee

Source

types/global.d.ts:664


globalNumByteSlice?

optional globalNumByteSlice: uint64

Source

types/global.d.ts:789


globalNumUint?

optional globalNumUint: uint64

Source

types/global.d.ts:790


localNumByteSlice?

optional localNumByteSlice: uint64

Source

types/global.d.ts:791


localNumUint?

optional localNumUint: uint64

Source

types/global.d.ts:792


note?

optional note: string

The note field for this transaction

Inherited from

CommonTransactionParams.note

Source

types/global.d.ts:670


onCompletion?

optional onCompletion: OnCompletion

Source

types/global.d.ts:782


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


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