UserOperation$json top-level constant
Implementation
@$core.Deprecated('Use userOperationDescriptor instead')
const UserOperation$json = const {
'1': 'UserOperation',
'2': const [
const {'1': 'entry_point', '3': 1, '4': 1, '5': 9, '10': 'entryPoint'},
const {'1': 'account_factory', '3': 2, '4': 1, '5': 9, '10': 'accountFactory'},
const {'1': 'account_logic', '3': 3, '4': 1, '5': 9, '10': 'accountLogic'},
const {'1': 'owner', '3': 4, '4': 1, '5': 9, '10': 'owner'},
const {'1': 'is_account_deployed', '3': 5, '4': 1, '5': 8, '10': 'isAccountDeployed'},
const {'1': 'pre_verification_gas', '3': 6, '4': 1, '5': 12, '10': 'preVerificationGas'},
const {'1': 'verification_gas_limit', '3': 7, '4': 1, '5': 12, '10': 'verificationGasLimit'},
const {'1': 'paymaster_and_data', '3': 8, '4': 1, '5': 12, '10': 'paymasterAndData'},
],
};