Interface InteractiveSubmissionServiceOuterClass.DamlTransactionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.DamlTransaction
,InteractiveSubmissionServiceOuterClass.DamlTransaction.Builder
- Enclosing class:
- InteractiveSubmissionServiceOuterClass
public static interface InteractiveSubmissionServiceOuterClass.DamlTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNodes
(int index) List of nodes in the transactionint
List of nodes in the transactiongetNodeSeeds
(int index) Node seeds are values associated with certain nodes used for generating cryptographic saltsint
Node seeds are values associated with certain nodes used for generating cryptographic saltsNode seeds are values associated with certain nodes used for generating cryptographic saltsgetNodeSeedsOrBuilder
(int index) Node seeds are values associated with certain nodes used for generating cryptographic saltsNode seeds are values associated with certain nodes used for generating cryptographic saltsList of nodes in the transactiongetNodesOrBuilder
(int index) List of nodes in the transactionList of nodes in the transactiongetRoots
(int index) Root nodes of the transactioncom.google.protobuf.ByteString
getRootsBytes
(int index) Root nodes of the transactionint
Root nodes of the transactionRoot nodes of the transactionTransaction version, will be >= max(nodes version)com.google.protobuf.ByteString
Transaction version, will be >= max(nodes version)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVersion
String getVersion()Transaction version, will be >= max(nodes version)
string version = 1 [json_name = "version"];
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Transaction version, will be >= max(nodes version)
string version = 1 [json_name = "version"];
- Returns:
- The bytes for version.
-
getRootsList
Root nodes of the transaction
repeated string roots = 2 [json_name = "roots"];
- Returns:
- A list containing the roots.
-
getRootsCount
int getRootsCount()Root nodes of the transaction
repeated string roots = 2 [json_name = "roots"];
- Returns:
- The count of roots.
-
getRoots
Root nodes of the transaction
repeated string roots = 2 [json_name = "roots"];
- Parameters:
index
- The index of the element to return.- Returns:
- The roots at the given index.
-
getRootsBytes
com.google.protobuf.ByteString getRootsBytes(int index) Root nodes of the transaction
repeated string roots = 2 [json_name = "roots"];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the roots at the given index.
-
getNodesList
List<InteractiveSubmissionServiceOuterClass.DamlTransaction.Node> getNodesList()List of nodes in the transaction
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.Node nodes = 3 [json_name = "nodes"];
-
getNodes
List of nodes in the transaction
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.Node nodes = 3 [json_name = "nodes"];
-
getNodesCount
int getNodesCount()List of nodes in the transaction
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.Node nodes = 3 [json_name = "nodes"];
-
getNodesOrBuilderList
List<? extends InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeOrBuilder> getNodesOrBuilderList()List of nodes in the transaction
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.Node nodes = 3 [json_name = "nodes"];
-
getNodesOrBuilder
List of nodes in the transaction
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.Node nodes = 3 [json_name = "nodes"];
-
getNodeSeedsList
List<InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeSeed> getNodeSeedsList()Node seeds are values associated with certain nodes used for generating cryptographic salts
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.NodeSeed node_seeds = 4 [json_name = "nodeSeeds"];
-
getNodeSeeds
Node seeds are values associated with certain nodes used for generating cryptographic salts
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.NodeSeed node_seeds = 4 [json_name = "nodeSeeds"];
-
getNodeSeedsCount
int getNodeSeedsCount()Node seeds are values associated with certain nodes used for generating cryptographic salts
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.NodeSeed node_seeds = 4 [json_name = "nodeSeeds"];
-
getNodeSeedsOrBuilderList
List<? extends InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeSeedOrBuilder> getNodeSeedsOrBuilderList()Node seeds are values associated with certain nodes used for generating cryptographic salts
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.NodeSeed node_seeds = 4 [json_name = "nodeSeeds"];
-
getNodeSeedsOrBuilder
InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeSeedOrBuilder getNodeSeedsOrBuilder(int index) Node seeds are values associated with certain nodes used for generating cryptographic salts
repeated .com.daml.ledger.api.v2.interactive.DamlTransaction.NodeSeed node_seeds = 4 [json_name = "nodeSeeds"];
-