Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface CryptoAddLiveHashTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CryptoAddLiveHashTransactionBody,CryptoAddLiveHashTransactionBody.Builder
@Generated
public interface CryptoAddLiveHashTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A Live Hash to be added to the ledger and associated with the identified account.boolean* A Live Hash to be added to the ledger and associated with the identified account.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasLiveHash
boolean hasLiveHash()* A Live Hash to be added to the ledger and associated with the identified account.
.proto.LiveHash liveHash = 3;- Returns:
- Whether the liveHash field is set.
-
getLiveHash
LiveHash getLiveHash()* A Live Hash to be added to the ledger and associated with the identified account.
.proto.LiveHash liveHash = 3;- Returns:
- The liveHash.
-