sendSignedUserOperation abstract method

Future<UserOperationResponse> sendSignedUserOperation(
  1. UserOperation op
)

Sends a signed user operation to the bundler.

Returns the UserOperationResponse of the transaction.

Implementation

Future<UserOperationResponse> sendSignedUserOperation(UserOperation op);