TxoStats$json top-level constant

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

Implementation

@$core.Deprecated('Use txoStatsDescriptor instead')
const TxoStats$json = {
  '1': 'TxoStats',
  '2': [
    {'1': 'spent', '3': 1, '4': 1, '5': 4, '10': 'spent'},
    {'1': 'unspent', '3': 2, '4': 1, '5': 4, '10': 'unspent'},
    {'1': 'pending', '3': 4, '4': 1, '5': 4, '10': 'pending'},
    {'1': 'total', '3': 5, '4': 1, '5': 4, '10': 'total'},
  ],
};