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