GetNewAddressRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getNewAddressRequestDescriptor instead')
const GetNewAddressRequest$json = const {
  '1': 'GetNewAddressRequest',
  '2': const [
    const {'1': 'wallet_name', '3': 1, '4': 1, '5': 9, '10': 'walletName'},
    const {
      '1': 'address_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.pactus.AddressType',
      '10': 'addressType'
    },
    const {'1': 'label', '3': 3, '4': 1, '5': 9, '10': 'label'},
    const {'1': 'password', '3': 4, '4': 1, '5': 9, '10': 'password'},
  ],
};