SlpTransactionInfo_BurnFlags$json top-level constant

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

Implementation

@$core.Deprecated('Use slpTransactionInfoDescriptor instead')
const SlpTransactionInfo_BurnFlags$json = const {
  '1': 'BurnFlags',
  '2': const [
    const {'1': 'BURNED_INPUTS_OUTPUTS_TOO_HIGH', '2': 0},
    const {'1': 'BURNED_INPUTS_BAD_OPRETURN', '2': 1},
    const {'1': 'BURNED_INPUTS_OTHER_TOKEN', '2': 2},
    const {'1': 'BURNED_OUTPUTS_MISSING_BCH_VOUT', '2': 3},
    const {'1': 'BURNED_INPUTS_GREATER_THAN_OUTPUTS', '2': 4},
  ],
};