UserOperation$json top-level constant
Implementation
@$core.Deprecated('Use userOperationDescriptor instead')
const UserOperation$json = {
'1': 'UserOperation',
'2': [
{'1': 'entry_point', '3': 1, '4': 1, '5': 9, '10': 'entryPoint'},
{'1': 'init_code', '3': 2, '4': 1, '5': 12, '10': 'initCode'},
{'1': 'sender', '3': 3, '4': 1, '5': 9, '10': 'sender'},
{
'1': 'pre_verification_gas',
'3': 4,
'4': 1,
'5': 12,
'10': 'preVerificationGas'
},
{
'1': 'verification_gas_limit',
'3': 5,
'4': 1,
'5': 12,
'10': 'verificationGasLimit'
},
{
'1': 'paymaster_and_data',
'3': 6,
'4': 1,
'5': 12,
'10': 'paymasterAndData'
},
],
};