new TransactionDescriptorProcessor(transactionDescriptor, typeParsingRules, typeConverter)
- Description:
Creates a transaction descriptor processor.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
transactionDescriptor |
object | Transaction descriptor. |
typeParsingRules |
Map.<string, function()> | Type-dependent parsing rules. |
typeConverter |
function | undefined | Converts a generated type to an sdk type (optional). |