Module sqlx_ledger::tx_template
source · Expand description
All Transactions are created via templates to ensure consistency.
Structs
- Contains the details for each accounting entry in a
Transaction. - Builder for
EntryInput. - Representation of a new TxTemplate created via a builder.
- Builder for
NewTxTemplate. - Contains the parameters used to create a new
TxTemplate - Builder for
ParamDefinition. - Contains the transaction-level details needed to create a
Transaction. - Builder for
TxInput. - Provides methods to interact with
TxTemplateCoreentities.
Enums
- Error type for EntryInputBuilder
- Error type for NewTxTemplateBuilder
- Error type for ParamDefinitionBuilder
- Error type for TxInputBuilder