Transaction_Result$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction_Result$json = const {
  '1': 'Result',
  '2': const [
    const {'1': 'fee', '3': 1, '4': 1, '5': 3, '10': 'fee'},
    const {
      '1': 'ret',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.protocol.Transaction.Result.code',
      '10': 'ret'
    },
    const {
      '1': 'contractRet',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.protocol.Transaction.Result.contractResult',
      '10': 'contractRet'
    },
    const {'1': 'assetIssueID', '3': 14, '4': 1, '5': 9, '10': 'assetIssueID'},
    const {
      '1': 'withdraw_amount',
      '3': 15,
      '4': 1,
      '5': 3,
      '10': 'withdrawAmount'
    },
    const {
      '1': 'unfreeze_amount',
      '3': 16,
      '4': 1,
      '5': 3,
      '10': 'unfreezeAmount'
    },
    const {
      '1': 'exchange_received_amount',
      '3': 18,
      '4': 1,
      '5': 3,
      '10': 'exchangeReceivedAmount'
    },
    const {
      '1': 'exchange_inject_another_amount',
      '3': 19,
      '4': 1,
      '5': 3,
      '10': 'exchangeInjectAnotherAmount'
    },
    const {
      '1': 'exchange_withdraw_another_amount',
      '3': 20,
      '4': 1,
      '5': 3,
      '10': 'exchangeWithdrawAnotherAmount'
    },
    const {'1': 'exchange_id', '3': 21, '4': 1, '5': 3, '10': 'exchangeId'},
    const {
      '1': 'shielded_transaction_fee',
      '3': 22,
      '4': 1,
      '5': 3,
      '10': 'shieldedTransactionFee'
    },
    const {'1': 'orderId', '3': 25, '4': 1, '5': 12, '10': 'orderId'},
    const {
      '1': 'orderDetails',
      '3': 26,
      '4': 3,
      '5': 11,
      '6': '.protocol.MarketOrderDetail',
      '10': 'orderDetails'
    },
  ],
  '4': const [
    Transaction_Result_code$json,
    Transaction_Result_contractResult$json
  ],
};