TransactionVersion$json top-level constant
- @Deprecated('Use transactionVersionDescriptor instead')
Implementation
@$core.Deprecated('Use transactionVersionDescriptor instead')
const TransactionVersion$json = {
'1': 'TransactionVersion',
'2': [
{'1': 'UseDefault', '2': 0},
{'1': 'V1', '2': 1},
{'1': 'V2', '2': 2},
],
};