Optionalcomposable?: booleanWhether this transaction can be composed with other transactions.
The inputs for this transaction.
Optionallocktime?: (...) | (...)The locktime for this transaction.
number: A specific locktime value.string: A CashASM expression that resolves to the locktime.The outputs for this transaction.
Optionalroles?: Record<(...), (...)>Specific context for each role participating in this transaction.
Optionalversion?: numberThe version of the transaction.
A transaction template definition.