PaymentItxnParams
Algorand TypeScript / itxn / itxn / PaymentItxnParams
Defined in: itxn.ts:995
Holds Payment fields which can be updated, cloned, or submitted.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PaymentItxnParams():
PaymentItxnParams
Returns
Section titled “Returns”PaymentItxnParams
Methods
Section titled “Methods”copy()
Section titled “copy()”copy():
PaymentItxnParams
Defined in: itxn.ts:1011
Return a copy of this PaymentItxnParams object
Returns
Section titled “Returns”PaymentItxnParams
set(
fields):void
Defined in: itxn.ts:1005
Update one or more fields in this PaymentItxnParams object
Parameters
Section titled “Parameters”fields
Section titled “fields”Returns
Section titled “Returns”void
submit()
Section titled “submit()”submit():
PaymentInnerTxn
Defined in: itxn.ts:999
Submit an itxn with these fields and return the PaymentInnerTxn result