FunctionCall$json top-level constant

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

Implementation

@$core.Deprecated('Use functionCallDescriptor instead')
const FunctionCall$json = const {
  '1': 'FunctionCall',
  '2': const [
    const {'1': 'method_name', '3': 1, '4': 1, '5': 9, '10': 'methodName'},
    const {'1': 'args', '3': 2, '4': 1, '5': 12, '10': 'args'},
    const {'1': 'gas', '3': 3, '4': 1, '5': 4, '10': 'gas'},
    const {'1': 'deposit', '3': 4, '4': 1, '5': 12, '10': 'deposit'},
  ],
};