PaymentInnerTxn
Algorand TypeScript / itxn / itxn / PaymentInnerTxn
Defined in: itxn.ts:13
An inner transaction of type ‘pay’
Properties
Section titled “Properties”amount
Section titled “amount”
readonlyamount:uint64
Defined in: itxn.ts:72
microalgos
closeRemainderTo
Section titled “closeRemainderTo”
readonlycloseRemainderTo:Account
Defined in: itxn.ts:76
32 byte address
readonlyfee:uint64
Defined in: itxn.ts:23
microalgos
firstValid
Section titled “firstValid”
readonlyfirstValid:uint64
Defined in: itxn.ts:27
round number
firstValidTime
Section titled “firstValidTime”
readonlyfirstValidTime:uint64
Defined in: itxn.ts:31
UNIX timestamp of block before txn.FirstValid. Fails if negative
groupIndex
Section titled “groupIndex”
readonlygroupIndex:uint64
Defined in: itxn.ts:56
Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1
lastValid
Section titled “lastValid”
readonlylastValid:uint64
Defined in: itxn.ts:35
round number
readonlylease:bytes<32>
Defined in: itxn.ts:43
32 byte lease value
readonlynote:bytes
Defined in: itxn.ts:39
Any data up to 1024 bytes
receiver
Section titled “receiver”
readonlyreceiver:Account
Defined in: itxn.ts:68
32 byte address
rekeyTo
Section titled “rekeyTo”
readonlyrekeyTo:Account
Defined in: itxn.ts:64
32 byte Sender’s new AuthAddr
sender
Section titled “sender”
readonlysender:Account
Defined in: itxn.ts:19
32 byte address
readonlytxnId:bytes<32>
Defined in: itxn.ts:60
The computed ID for this transaction. 32 bytes.
readonlytype:Payment
Defined in: itxn.ts:51
Transaction type
typeBytes
Section titled “typeBytes”
readonlytypeBytes:bytes
Defined in: itxn.ts:47
Transaction type as bytes