Class PrefetchContractKey

java.lang.Object
com.daml.ledger.javaapi.data.PrefetchContractKey

public final class PrefetchContractKey extends Object
  • Field Details

    • templateId

      public final Identifier templateId
    • contractKey

      public final Value contractKey
  • Constructor Details

    • PrefetchContractKey

      public PrefetchContractKey(Identifier templateId, Value contractKey)
  • Method Details

    • toProto

      public com.daml.ledger.api.v2.CommandsOuterClass.PrefetchContractKey toProto()
    • fromProto

      public static PrefetchContractKey fromProto(com.daml.ledger.api.v2.CommandsOuterClass.PrefetchContractKey prefetchContractKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object