TxHasher$json top-level constant

  1. @Deprecated('Use txHasherDescriptor instead')
Map<String, Object> const TxHasher$json

Implementation

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