Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ContractNonceInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ContractNonceInfo,ContractNonceInfo.Builder
@Generated
public interface ContractNonceInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A contract identifier.<br/> This refers to the contract that holds this nonce value.longgetNonce()* A "nonce" value.boolean* A contract identifier.<br/> This refers to the contract that holds this nonce value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasContractId
boolean hasContractId()* A contract identifier.<br/> This refers to the contract that holds this nonce value.
.proto.ContractID contract_id = 1;- Returns:
- Whether the contractId field is set.
-
getContractId
ContractID getContractId()* A contract identifier.<br/> This refers to the contract that holds this nonce value.
.proto.ContractID contract_id = 1;- Returns:
- The contractId.
-
getNonce
long getNonce()* A "nonce" value. The current value of the nonce associated with the identified contract.
int64 nonce = 2;- Returns:
- The nonce.
-