TxoState$json top-level constant

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

Implementation

@$core.Deprecated('Use txoStateDescriptor instead')
const TxoState$json = {
  '1': 'TxoState',
  '2': [
    {'1': 'SPENT', '2': 0},
    {'1': 'UNSPENT', '2': 1},
    {'1': 'PENDING', '2': 2},
  ],
};