sendUserOperation abstract method

Future<UserOperationResponse> sendUserOperation(
  1. UserOperation op
)

Signs and sends a user operation to the bundler.

Returns the UserOperationResponse of the transaction.

Implementation

Future<UserOperationResponse> sendUserOperation(UserOperation op);