sendUserOperation abstract method
Signs and sends a user operation to the bundler.
op
: The UserOperation.
Returns the UserOperationResponse
of the transaction.
Implementation
Future<UserOperationResponse> sendUserOperation(UserOperation op);
Signs and sends a user operation to the bundler.
op
: The UserOperation.Returns the UserOperationResponse
of the transaction.
Future<UserOperationResponse> sendUserOperation(UserOperation op);