com.hederahashgraph.api.proto.java.ContractNonceInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_types.proto
package com.hederahashgraph.api.proto.java;
public interface ContractNonceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ContractNonceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Id of the contract
*
*
* .proto.ContractID contract_id = 1;
* @return Whether the contractId field is set.
*/
boolean hasContractId();
/**
*
**
* Id of the contract
*
*
* .proto.ContractID contract_id = 1;
* @return The contractId.
*/
com.hederahashgraph.api.proto.java.ContractID getContractId();
/**
*
**
* Id of the contract
*
*
* .proto.ContractID contract_id = 1;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIdOrBuilder();
/**
*
**
* The current value of the contract account's nonce property
*
*
* int64 nonce = 2;
* @return The nonce.
*/
long getNonce();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy