Commitment
public enum Commitment : String, RawRepresentable, Codable
The level of commitment desired when querying state.
-
Query the most recent block which has reached 1 confirmation by the connected node.
Declaration
Swift
case processed -
Query the most recent block which has reached 1 confirmation by the cluster.
Declaration
Swift
case confirmed -
Query the most recent block which has been finalized by the cluster.
Declaration
Swift
case finalized
Commitment Enumeration Reference