TransactionOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionOutputDescriptor instead')
const TransactionOutput$json = const {
  '1': 'TransactionOutput',
  '2': const [
    const {'1': 'asset_id', '3': 1, '4': 1, '5': 9, '10': 'assetId'},
    const {'1': 'amount', '3': 2, '4': 1, '5': 18, '10': 'amount'},
    const {'1': 'to_address', '3': 3, '4': 1, '5': 9, '10': 'toAddress'},
    const {'1': 'change_address', '3': 4, '4': 1, '5': 9, '10': 'changeAddress'},
  ],
};