OutputAddress$json top-level constant

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

Implementation

@$core.Deprecated('Use outputAddressDescriptor instead')
const OutputAddress$json = {
  '1': 'OutputAddress',
  '2': [
    {'1': 'to_address', '3': 1, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
  ],
};