InternalTransaction$json top-level constant

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

Implementation

@$core.Deprecated('Use internalTransactionDescriptor instead')
const InternalTransaction$json = const {
  '1': 'InternalTransaction',
  '2': const [
    const {'1': 'hash', '3': 1, '4': 1, '5': 12, '10': 'hash'},
    const {
      '1': 'caller_address',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'callerAddress'
    },
    const {
      '1': 'transferTo_address',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'transferToAddress'
    },
    const {
      '1': 'callValueInfo',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protocol.InternalTransaction.CallValueInfo',
      '10': 'callValueInfo'
    },
    const {'1': 'note', '3': 5, '4': 1, '5': 12, '10': 'note'},
    const {'1': 'rejected', '3': 6, '4': 1, '5': 8, '10': 'rejected'},
    const {'1': 'extra', '3': 7, '4': 1, '5': 9, '10': 'extra'},
  ],
  '3': const [InternalTransaction_CallValueInfo$json],
};