SlpAction$json top-level constant

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

Implementation

@$core.Deprecated('Use slpActionDescriptor instead')
const SlpAction$json = const {
  '1': 'SlpAction',
  '2': const [
    const {'1': 'NON_SLP', '2': 0},
    const {'1': 'NON_SLP_BURN', '2': 1},
    const {'1': 'SLP_PARSE_ERROR', '2': 2},
    const {'1': 'SLP_UNSUPPORTED_VERSION', '2': 3},
    const {'1': 'SLP_V1_GENESIS', '2': 4},
    const {'1': 'SLP_V1_MINT', '2': 5},
    const {'1': 'SLP_V1_SEND', '2': 6},
    const {'1': 'SLP_V1_NFT1_GROUP_GENESIS', '2': 7},
    const {'1': 'SLP_V1_NFT1_GROUP_MINT', '2': 8},
    const {'1': 'SLP_V1_NFT1_GROUP_SEND', '2': 9},
    const {'1': 'SLP_V1_NFT1_UNIQUE_CHILD_GENESIS', '2': 10},
    const {'1': 'SLP_V1_NFT1_UNIQUE_CHILD_SEND', '2': 11},
  ],
};