PaymentTxn
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / <internal> / PaymentTxn
Interface: PaymentTxn
Defined in: packages/algo-ts/src/transactions.ts:96
A payment transaction
Extends
Extended by
Properties
amount
readonlyamount:uint64
Defined in: packages/algo-ts/src/transactions.ts:105
microalgos
closeRemainderTo
readonlycloseRemainderTo:Account
Defined in: packages/algo-ts/src/transactions.ts:110
32 byte address
fee
readonlyfee:uint64
Defined in: packages/algo-ts/src/transactions.ts:44
microalgos
Inherited from
firstValid
readonlyfirstValid:uint64
Defined in: packages/algo-ts/src/transactions.ts:49
round number
Inherited from
firstValidTime
readonlyfirstValidTime:uint64
Defined in: packages/algo-ts/src/transactions.ts:54
UNIX timestamp of block before txn.FirstValid. Fails if negative
Inherited from
TransactionBase.firstValidTime
groupIndex
readonlygroupIndex:uint64
Defined in: packages/algo-ts/src/transactions.ts:80
Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1
Inherited from
lastValid
readonlylastValid:uint64
Defined in: packages/algo-ts/src/transactions.ts:59
round number
Inherited from
lease
readonlylease:bytes
Defined in: packages/algo-ts/src/transactions.ts:69
32 byte lease value
Inherited from
note
readonlynote:bytes
Defined in: packages/algo-ts/src/transactions.ts:64
Any data up to 1024 bytes
Inherited from
receiver
readonlyreceiver:Account
Defined in: packages/algo-ts/src/transactions.ts:100
32 byte address
rekeyTo
readonlyrekeyTo:Account
Defined in: packages/algo-ts/src/transactions.ts:90
32 byte Sender’s new AuthAddr
Inherited from
sender
readonlysender:Account
Defined in: packages/algo-ts/src/transactions.ts:39
32 byte address
Inherited from
txnId
readonlytxnId:bytes
Defined in: packages/algo-ts/src/transactions.ts:85
The computed ID for this transaction. 32 bytes.
Inherited from
type
readonlytype:Payment
Defined in: packages/algo-ts/src/transactions.ts:115
Transaction type as integer
typeBytes
readonlytypeBytes:bytes
Defined in: packages/algo-ts/src/transactions.ts:74
Transaction type as bytes