Skip to content

PaymentFields

Algorand TypeScript


Algorand TypeScript / itxn / itxn / PaymentFields

Defined in: itxn.ts:581

optional amount: uint64

Defined in: itxn.ts:621

microalgos


optional closeRemainderTo: Account | bytes

Defined in: itxn.ts:625

32 byte address


optional fee: uint64

Defined in: itxn.ts:589

microalgos


optional firstValid: uint64

Defined in: itxn.ts:593

round number


optional firstValidTime: uint64

Defined in: itxn.ts:597

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


optional lastValid: uint64

Defined in: itxn.ts:601

round number


optional lease: bytes<32>

Defined in: itxn.ts:609

32 byte lease value


optional note: string | bytes

Defined in: itxn.ts:605

Any data up to 1024 bytes


optional receiver: Account | bytes

Defined in: itxn.ts:617

32 byte address


optional rekeyTo: Account | bytes

Defined in: itxn.ts:613

32 byte Sender’s new AuthAddr


optional sender: Account | bytes

Defined in: itxn.ts:585

32 byte address