CommonTransactionFields
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / itxn / CommonTransactionFields
Interface: CommonTransactionFields
Defined in: packages/algo-ts/src/itxn.ts:38
Extended by
PaymentFields
KeyRegistrationFields
AssetTransferFields
AssetConfigFields
AssetFreezeFields
ApplicationCallFields
Properties
fee?
optional
fee:uint64
Defined in: packages/algo-ts/src/itxn.ts:47
microalgos
firstValid?
optional
firstValid:uint64
Defined in: packages/algo-ts/src/itxn.ts:52
round number
firstValidTime?
optional
firstValidTime:uint64
Defined in: packages/algo-ts/src/itxn.ts:57
UNIX timestamp of block before txn.FirstValid. Fails if negative
lease?
optional
lease:bytes
Defined in: packages/algo-ts/src/itxn.ts:67
32 byte lease value
note?
optional
note:string
|bytes
Defined in: packages/algo-ts/src/itxn.ts:62
Any data up to 1024 bytes
rekeyTo?
optional
rekeyTo:AccountInput
Defined in: packages/algo-ts/src/itxn.ts:72
32 byte Sender’s new AuthAddr
sender?
optional
sender:AccountInput
Defined in: packages/algo-ts/src/itxn.ts:42
32 byte address