Skip to content

TransactionDescriptorProcessor

TransactionDescriptorProcessor ⚓︎

TransactionDescriptorProcessor

Processes and looks up transaction descriptor properties.

__init__(transaction_descriptor, type_parsing_rules, type_converter=None) ⚓︎

TransactionDescriptorProcessor.__init__

Creates a transaction descriptor processor.

copy_to(transaction, ignore_keys=None) ⚓︎

TransactionDescriptorProcessor.copy_to

Copies all descriptor information to a transaction.

lookup_value(key) ⚓︎

TransactionDescriptorProcessor.lookup_value

Looks up the value for key.

set_type_hints(type_hints) ⚓︎