Class SubmitAndWaitForTransactionResponse

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

public final class SubmitAndWaitForTransactionResponse extends Object
  • Method Details

    • getTransaction

      public @NonNull Transaction getTransaction()
    • getCompletionOffset

      public @NonNull Long getCompletionOffset()
    • fromProto

      public static SubmitAndWaitForTransactionResponse fromProto(com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitForTransactionResponse response)
    • toProto

      public com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitForTransactionResponse toProto()
    • 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