public static interface OmniLedgerProto.AddTxRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getSkipchainid()
SkipchainID is the hash of the first skipblock
|
TransactionProto.ClientTransaction |
getTransaction()
Transaction to be applied to the kv-store
|
TransactionProto.ClientTransactionOrBuilder |
getTransactionOrBuilder()
Transaction to be applied to the kv-store
|
long |
getVersion()
Version of the protocol
|
boolean |
hasSkipchainid()
SkipchainID is the hash of the first skipblock
|
boolean |
hasTransaction()
Transaction to be applied to the kv-store
|
boolean |
hasVersion()
Version of the protocol
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version of the protocol
required sint64 version = 1;long getVersion()
Version of the protocol
required sint64 version = 1;boolean hasSkipchainid()
SkipchainID is the hash of the first skipblock
required bytes skipchainid = 2;com.google.protobuf.ByteString getSkipchainid()
SkipchainID is the hash of the first skipblock
required bytes skipchainid = 2;boolean hasTransaction()
Transaction to be applied to the kv-store
required .ClientTransaction transaction = 3;TransactionProto.ClientTransaction getTransaction()
Transaction to be applied to the kv-store
required .ClientTransaction transaction = 3;TransactionProto.ClientTransactionOrBuilder getTransactionOrBuilder()
Transaction to be applied to the kv-store
required .ClientTransaction transaction = 3;Copyright © 2018. All rights reserved.