PrivateParameters$json top-level constant

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

Implementation

@$core.Deprecated('Use privateParametersDescriptor instead')
const PrivateParameters$json = const {
  '1': 'PrivateParameters',
  '2': const [
    const {
      '1': 'transparent_from_address',
      '3': 1,
      '4': 1,
      '5': 12,
      '10': 'transparentFromAddress'
    },
    const {'1': 'ask', '3': 2, '4': 1, '5': 12, '10': 'ask'},
    const {'1': 'nsk', '3': 3, '4': 1, '5': 12, '10': 'nsk'},
    const {'1': 'ovk', '3': 4, '4': 1, '5': 12, '10': 'ovk'},
    const {'1': 'from_amount', '3': 5, '4': 1, '5': 3, '10': 'fromAmount'},
    const {
      '1': 'shielded_spends',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.protocol.SpendNote',
      '10': 'shieldedSpends'
    },
    const {
      '1': 'shielded_receives',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.protocol.ReceiveNote',
      '10': 'shieldedReceives'
    },
    const {
      '1': 'transparent_to_address',
      '3': 8,
      '4': 1,
      '5': 12,
      '10': 'transparentToAddress'
    },
    const {'1': 'to_amount', '3': 9, '4': 1, '5': 3, '10': 'toAmount'},
    const {'1': 'timeout', '3': 10, '4': 1, '5': 3, '10': 'timeout'},
  ],
};