Interface InteractiveSubmissionServiceOuterClass.CostEstimationHintsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.CostEstimationHints,InteractiveSubmissionServiceOuterClass.CostEstimationHints.Builder
- Enclosing class:
InteractiveSubmissionServiceOuterClass
public static interface InteractiveSubmissionServiceOuterClass.CostEstimationHintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDisable cost estimation Default (not set) is false OptionalgetExpectedSignatures(int index) Details on the keys that will be used to sign the transaction (how many and of which type).intDetails on the keys that will be used to sign the transaction (how many and of which type).Details on the keys that will be used to sign the transaction (how many and of which type).intgetExpectedSignaturesValue(int index) Details on the keys that will be used to sign the transaction (how many and of which type).Details on the keys that will be used to sign the transaction (how many and of which type).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDisabled
boolean getDisabled()Disable cost estimation Default (not set) is false Optional
bool disabled = 1;- Returns:
- The disabled.
-
getExpectedSignaturesList
List<CryptoOuterClass.SigningAlgorithmSpec> getExpectedSignaturesList()Details on the keys that will be used to sign the transaction (how many and of which type). Signature size impacts the cost of the transaction. If empty, the signature sizes will be approximated with threshold-many signatures (where threshold is defined in the PartyToParticipant of the external party), using keys in the order they are registered. Empty list is equivalent to not providing this field Optional: can be empty
repeated .com.daml.ledger.api.v2.SigningAlgorithmSpec expected_signatures = 2;- Returns:
- A list containing the expectedSignatures.
-
getExpectedSignaturesCount
int getExpectedSignaturesCount()Details on the keys that will be used to sign the transaction (how many and of which type). Signature size impacts the cost of the transaction. If empty, the signature sizes will be approximated with threshold-many signatures (where threshold is defined in the PartyToParticipant of the external party), using keys in the order they are registered. Empty list is equivalent to not providing this field Optional: can be empty
repeated .com.daml.ledger.api.v2.SigningAlgorithmSpec expected_signatures = 2;- Returns:
- The count of expectedSignatures.
-
getExpectedSignatures
Details on the keys that will be used to sign the transaction (how many and of which type). Signature size impacts the cost of the transaction. If empty, the signature sizes will be approximated with threshold-many signatures (where threshold is defined in the PartyToParticipant of the external party), using keys in the order they are registered. Empty list is equivalent to not providing this field Optional: can be empty
repeated .com.daml.ledger.api.v2.SigningAlgorithmSpec expected_signatures = 2;- Parameters:
index- The index of the element to return.- Returns:
- The expectedSignatures at the given index.
-
getExpectedSignaturesValueList
Details on the keys that will be used to sign the transaction (how many and of which type). Signature size impacts the cost of the transaction. If empty, the signature sizes will be approximated with threshold-many signatures (where threshold is defined in the PartyToParticipant of the external party), using keys in the order they are registered. Empty list is equivalent to not providing this field Optional: can be empty
repeated .com.daml.ledger.api.v2.SigningAlgorithmSpec expected_signatures = 2;- Returns:
- A list containing the enum numeric values on the wire for expectedSignatures.
-
getExpectedSignaturesValue
int getExpectedSignaturesValue(int index) Details on the keys that will be used to sign the transaction (how many and of which type). Signature size impacts the cost of the transaction. If empty, the signature sizes will be approximated with threshold-many signatures (where threshold is defined in the PartyToParticipant of the external party), using keys in the order they are registered. Empty list is equivalent to not providing this field Optional: can be empty
repeated .com.daml.ledger.api.v2.SigningAlgorithmSpec expected_signatures = 2;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of expectedSignatures at the given index.
-