TxHasher$json top-level constant
Implementation
@$core.Deprecated('Use txHasherDescriptor instead')
const TxHasher$json = {
  '1': 'TxHasher',
  '2': [
    {'1': 'UseDefault', '2': 0},
    {'1': 'Sha256', '2': 1},
    {'1': 'Keccak256', '2': 2},
  ],
};