OperationPayment$json top-level constant

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

Implementation

@$core.Deprecated('Use operationPaymentDescriptor instead')
const OperationPayment$json = const {
  '1': 'OperationPayment',
  '2': const [
    const {'1': 'destination', '3': 1, '4': 1, '5': 9, '10': 'destination'},
    const {'1': 'asset', '3': 2, '4': 1, '5': 11, '6': '.TW.Stellar.Proto.Asset', '10': 'asset'},
    const {'1': 'amount', '3': 3, '4': 1, '5': 3, '10': 'amount'},
  ],
};