ApplicationClearStateTransactionBuilder class
Properties
-
accounts
↔ List<Address>?
-
List of accounts in addition to the sender that may be accessed from the
application's approval-program and clear-state-program.
getter/setter pairinherited
-
applicationId
↔ int
-
Get the id of the application being interacted with,
or 0 if creating a new application.
getter/setter pairinherited
-
arguments
↔ List<Uint8List>?
-
Transaction specific arguments accessed from the application's
approval-program and clear-state-program.
getter/setter pairinherited
-
fee
→ int
-
no setterinherited
-
firstValid
↔ int?
-
The first round for when the transaction is valid.
If the transaction is sent prior to this round it will be rejected by
the network.
getter/setter pairinherited
-
flatFee
↔ int?
-
This value will be used for the transaction fee, or 1000,
whichever is higher.
getter/setter pairinherited
-
foreignApps
↔ List<int>?
-
Lists the applications in addition to the application-id whose global
states may be accessed by this application's approval-program and
clear-state-program. The access is read-only.
getter/setter pairinherited
-
foreignAssets
↔ List<int>?
-
Lists the assets whose AssetParams may be accessed by this application's
approval-program and clear-state-program. The access is read-only.
getter/setter pairinherited
-
genesisHash
↔ Uint8List?
-
The hash of the genesis block of the network for which the transaction
is valid. See the genesis hash for MainNet, TestNet, and BetaNet.
getter/setter pairinherited
-
genesisHashB64
← String
-
no getterinherited
-
genesisId
↔ String?
-
The human-readable string that identifies the network for the transaction.
The genesis ID is found in the genesis block.
getter/setter pairinherited
-
group
↔ Uint8List?
-
The group specifies that the transaction is part of a group and, if so,
specifies the hash of the transaction group.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastValid
↔ int?
-
The ending round for which the transaction is valid.
After this round, the transaction will be rejected by the network.
getter/setter pairinherited
-
lease
↔ Uint8List?
-
A lease enforces mutual exclusion of transactions.
If this field is nonzero, then once the transaction is confirmed,
it acquires the lease identified by the (Sender, Lease) pair of the
transaction until the LastValid round passes.
getter/setter pairinherited
-
leaseB64
← String
-
no getterinherited
-
note
↔ Uint8List?
-
Any data up to 1000 bytes.
getter/setter pairinherited
-
noteB64
← String
-
no getterinherited
-
noteText
← String?
-
no getterinherited
-
onCompletion
↔ OnCompletion
-
Defines what additional actions occur with the transaction.
See the OnComplete section of the TEAL spec for details.
getter/setter pairinherited
-
rekeyTo
↔ Address?
-
Specifies the authorized address.
This address will be used to authorize all future transactions.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sender
↔ Address?
-
The address of the account that pays the fee and amount.
getter/setter pairinherited
-
suggestedFeePerByte
↔ int?
-
Paid by the sender to the FeeSink to prevent denial-of-service.
The minimum fee on Algorand is currently 1000 microAlgos.
This field cannot be combined with flat fee.
getter/setter pairinherited
-
suggestedParams
← TransactionParams
-
The suggested params to use
no getterinherited
-
type
↔ TransactionType
-
Specifies the type of transaction.
This value is automatically generated using any of the developer tools.
getter/setter pairinherited