Skip to main content
type EvmUserOperationStatus = {
  pending: "pending";
  signed: "signed";
  broadcast: "broadcast";
  complete: "complete";
  dropped: "dropped";
  failed: "failed";
};
The status of the user operation.

Properties

PropertyModifierType
pendingreadonly"pending"
signedreadonly"signed"
broadcastreadonly"broadcast"
completereadonly"complete"
droppedreadonly"dropped"
failedreadonly"failed"