@solana/web3.js
    Preparing search index...

    Type Alias Commitment

    Commitment:
        | "processed"
        | "confirmed"
        | "finalized"
        | "recent"
        | "single"
        | "singleGossip"
        | "root"
        | "max"

    The level of commitment desired when querying state

      'processed': Query the most recent block which has reached 1 confirmation by the connected node
      'confirmed': Query the most recent block which has reached 1 confirmation by the cluster
      'finalized': Query the most recent block which has been finalized by the cluster