Skip to content

PaymentInnerTxn

Algorand TypeScript


Algorand TypeScript / itxn / itxn / PaymentInnerTxn

Defined in: itxn.ts:13

An inner transaction of type ‘pay’

readonly amount: uint64

Defined in: itxn.ts:72

microalgos


readonly closeRemainderTo: Account

Defined in: itxn.ts:76

32 byte address


readonly fee: uint64

Defined in: itxn.ts:23

microalgos


readonly firstValid: uint64

Defined in: itxn.ts:27

round number


readonly firstValidTime: uint64

Defined in: itxn.ts:31

UNIX timestamp of block before txn.FirstValid. Fails if negative


readonly groupIndex: 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


readonly lastValid: uint64

Defined in: itxn.ts:35

round number


readonly lease: bytes<32>

Defined in: itxn.ts:43

32 byte lease value


readonly note: bytes

Defined in: itxn.ts:39

Any data up to 1024 bytes


readonly receiver: Account

Defined in: itxn.ts:68

32 byte address


readonly rekeyTo: Account

Defined in: itxn.ts:64

32 byte Sender’s new AuthAddr


readonly sender: Account

Defined in: itxn.ts:19

32 byte address


readonly txnId: bytes<32>

Defined in: itxn.ts:60

The computed ID for this transaction. 32 bytes.


readonly type: Payment

Defined in: itxn.ts:51

Transaction type


readonly typeBytes: bytes

Defined in: itxn.ts:47

Transaction type as bytes