sendSignedUserOperation abstract method
Sends a signed user operation to the bundler.
op
: The UserOperation.
Returns the UserOperationResponse
of the transaction.
Implementation
Future<UserOperationResponse> sendSignedUserOperation(UserOperation op);