formatSendRequest method

Map<String, dynamic> formatSendRequest(
  1. UserIntent userOp, {
  2. int id = 1,
})

Implementation

Map<String, dynamic> formatSendRequest(UserIntent userOp, {int id = 1}) {
  return _formatRequest('eth_sendUserOperation', _userOpParams(userOp), id);
}