Skip to content

PaymentItxnParams

Algorand TypeScript


Algorand TypeScript / itxn / itxn / PaymentItxnParams

Defined in: itxn.ts:995

Holds Payment fields which can be updated, cloned, or submitted.

new PaymentItxnParams(): PaymentItxnParams

PaymentItxnParams

copy(): PaymentItxnParams

Defined in: itxn.ts:1011

Return a copy of this PaymentItxnParams object

PaymentItxnParams


set(fields): void

Defined in: itxn.ts:1005

Update one or more fields in this PaymentItxnParams object

PaymentFields

void


submit(): PaymentInnerTxn

Defined in: itxn.ts:999

Submit an itxn with these fields and return the PaymentInnerTxn result

PaymentInnerTxn