Transfer$json top-level constant

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

Implementation

@$core.Deprecated('Use transferDescriptor instead')
const Transfer$json = const {
  '1': 'Transfer',
  '2': const [
    const {'1': 'to_address', '3': 1, '4': 1, '5': 9, '10': 'toAddress'},
    const {
      '1': 'change_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'changeAddress'
    },
    const {'1': 'amount', '3': 3, '4': 1, '5': 4, '10': 'amount'},
    const {
      '1': 'token_amount',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.TokenBundle',
      '10': 'tokenAmount'
    },
    const {'1': 'use_max_amount', '3': 5, '4': 1, '5': 8, '10': 'useMaxAmount'},
    const {'1': 'force_fee', '3': 6, '4': 1, '5': 4, '10': 'forceFee'},
  ],
};