Module tx_template

Module tx_template 

Source
Expand description

All Transactions are created via templates to ensure consistency.

Structs§

EntryInput
Contains the details for each accounting entry in a Transaction.
EntryInputBuilder
Builder for EntryInput.
NewTxTemplate
Representation of a new TxTemplate created via a builder.
NewTxTemplateBuilder
Builder for NewTxTemplate.
ParamDefinition
Contains the parameters used to create a new TxTemplate
ParamDefinitionBuilder
Builder for ParamDefinition.
TxInput
Contains the transaction-level details needed to create a Transaction.
TxInputBuilder
Builder for TxInput.
TxParams
TxTemplates
Provides methods to interact with TxTemplateCore entities.

Enums§

EntryInputBuilderError
Error type for EntryInputBuilder
NewTxTemplateBuilderError
Error type for NewTxTemplateBuilder
ParamDataType
ParamDefinitionBuilderError
Error type for ParamDefinitionBuilder
TxInputBuilderError
Error type for TxInputBuilder