You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CompiledTransaction object is the result of compiling a set of note scripts in the context of an account. This process would be performed by a TransactionCompiler and would look as follows:
Compiled transaction consists of the following components:
Component
Type
Description
Account ID
1 element
Identifier of the account involved in the transaction.
Notice that CompiledTransaction object does not actually contain any of the account data (except for Account ID). Thus, we assume that it will be passed to a component which can look up all required account data somewhere before processing the transaction further.
The text was updated successfully, but these errors were encountered:
A
CompiledTransaction
object is the result of compiling a set of note scripts in the context of an account. This process would be performed by aTransactionCompiler
and would look as follows:Compiled transaction consists of the following components:
Notice that
CompiledTransaction
object does not actually contain any of the account data (except for Account ID). Thus, we assume that it will be passed to a component which can look up all required account data somewhere before processing the transaction further.The text was updated successfully, but these errors were encountered: