SignRawTransactionResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use signRawTransactionResponseDescriptor instead')
const SignRawTransactionResponse$json = const {
  '1': 'SignRawTransactionResponse',
  '2': const [
    const {
      '1': 'transaction_id',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'transactionId'
    },
    const {
      '1': 'signed_raw_transaction',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'signedRawTransaction'
    },
  ],
};