Balance_Transfer$json top-level constant

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

Implementation

@$core.Deprecated('Use balanceDescriptor instead')
const Balance_Transfer$json = {
  '1': 'Transfer',
  '2': [
    {'1': 'to_address', '3': 1, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
    {'1': 'memo', '3': 3, '4': 1, '5': 9, '10': 'memo'},
    {
      '1': 'call_indices',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Polkadot.Proto.CallIndices',
      '10': 'callIndices'
    },
  ],
};