public static interface OmniLedgerProto.AddTxRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInclusionwait()
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
|
com.google.protobuf.ByteString |
getSkipchainid()
SkipchainID is the hash of the first skipblock
|
OmniLedgerProto.ClientTransaction |
getTransaction()
Transaction to be applied to the kv-store
|
OmniLedgerProto.ClientTransactionOrBuilder |
getTransactionOrBuilder()
Transaction to be applied to the kv-store
|
int |
getVersion()
Version of the protocol
|
boolean |
hasInclusionwait()
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
|
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 sint32 version = 1;int getVersion()
Version of the protocol
required sint32 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 .omniledger.ClientTransaction transaction = 3;OmniLedgerProto.ClientTransaction getTransaction()
Transaction to be applied to the kv-store
required .omniledger.ClientTransaction transaction = 3;OmniLedgerProto.ClientTransactionOrBuilder getTransactionOrBuilder()
Transaction to be applied to the kv-store
required .omniledger.ClientTransaction transaction = 3;boolean hasInclusionwait()
How many block-intervals to wait for inclusion - missing value or 0 means return immediately.
optional sint32 inclusionwait = 4;int getInclusionwait()
How many block-intervals to wait for inclusion - missing value or 0 means return immediately.
optional sint32 inclusionwait = 4;Copyright © 2018. All rights reserved.