Generate a Transaction given a TransactionTemplate and any applicable
compilers and compilation data.
Returns either a Transaction or an array of compilation errors.
For each CompilationDirective, the compilationContext property will be
automatically provided to the compiler. All other necessary CompilationData
properties must be specified in the TransactionTemplate.
Generate a
Transaction
given aTransactionTemplate
and any applicable compilers and compilation data.Returns either a
Transaction
or an array of compilation errors.For each
CompilationDirective
, thecompilationContext
property will be automatically provided to the compiler. All other necessaryCompilationData
properties must be specified in theTransactionTemplate
.