Package org.bitcoinj.wallet
Class Protos.Transaction.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<Protos.Transaction,Protos.Transaction.Builder>
-
- org.bitcoinj.wallet.Protos.Transaction.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,Protos.TransactionOrBuilder
- Enclosing class:
- Protos.Transaction
public static final class Protos.Transaction.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Protos.Transaction,Protos.Transaction.Builder> implements Protos.TransactionOrBuilder
Protobuf typewallet.Transaction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Protos.Transaction.BuilderaddAllBlockHash(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)A list of blocks in which the transaction has been observed (on any chain).Protos.Transaction.BuilderaddAllBlockRelativityOffsets(java.lang.Iterable<? extends java.lang.Integer> values)repeated int32 block_relativity_offsets = 11;Protos.Transaction.BuilderaddAllTransactionInput(java.lang.Iterable<? extends Protos.TransactionInput> values)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderaddAllTransactionOutput(java.lang.Iterable<? extends Protos.TransactionOutput> values)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderaddBlockHash(com.google.protobuf.ByteString value)A list of blocks in which the transaction has been observed (on any chain).Protos.Transaction.BuilderaddBlockRelativityOffsets(int value)repeated int32 block_relativity_offsets = 11;Protos.Transaction.BuilderaddTransactionInput(int index, Protos.TransactionInput value)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderaddTransactionInput(int index, Protos.TransactionInput.Builder builderForValue)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderaddTransactionInput(Protos.TransactionInput value)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderaddTransactionInput(Protos.TransactionInput.Builder builderForValue)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderaddTransactionOutput(int index, Protos.TransactionOutput value)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderaddTransactionOutput(int index, Protos.TransactionOutput.Builder builderForValue)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderaddTransactionOutput(Protos.TransactionOutput value)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderaddTransactionOutput(Protos.TransactionOutput.Builder builderForValue)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderclearBlockHash()A list of blocks in which the transaction has been observed (on any chain).Protos.Transaction.BuilderclearBlockRelativityOffsets()repeated int32 block_relativity_offsets = 11;Protos.Transaction.BuilderclearConfidence()Data describing where the transaction is in the chain.Protos.Transaction.BuilderclearExchangeRate()Exchange rate that was valid when the transaction was sent.Protos.Transaction.BuilderclearHash()required bytes hash = 2;Protos.Transaction.BuilderclearLockTime()The nLockTime field is useful for contracts.Protos.Transaction.BuilderclearMemo()Memo of the transaction.Protos.Transaction.BuilderclearPool()If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend.Protos.Transaction.BuilderclearPurpose()optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];Protos.Transaction.BuilderclearTransactionInput()repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderclearTransactionOutput()repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuilderclearUpdatedAt()millis since epoch the transaction was last updatedProtos.Transaction.BuilderclearVersion()See Wallet.java for detailed description of pool semanticscom.google.protobuf.ByteStringgetBlockHash(int index)A list of blocks in which the transaction has been observed (on any chain).intgetBlockHashCount()A list of blocks in which the transaction has been observed (on any chain).java.util.List<com.google.protobuf.ByteString>getBlockHashList()A list of blocks in which the transaction has been observed (on any chain).intgetBlockRelativityOffsets(int index)repeated int32 block_relativity_offsets = 11;intgetBlockRelativityOffsetsCount()repeated int32 block_relativity_offsets = 11;java.util.List<java.lang.Integer>getBlockRelativityOffsetsList()repeated int32 block_relativity_offsets = 11;Protos.TransactionConfidencegetConfidence()Data describing where the transaction is in the chain.Protos.ExchangeRategetExchangeRate()Exchange rate that was valid when the transaction was sent.com.google.protobuf.ByteStringgetHash()required bytes hash = 2;intgetLockTime()The nLockTime field is useful for contracts.java.lang.StringgetMemo()Memo of the transaction.com.google.protobuf.ByteStringgetMemoBytes()Memo of the transaction.Protos.Transaction.PoolgetPool()If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend.Protos.Transaction.PurposegetPurpose()optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];Protos.TransactionInputgetTransactionInput(int index)repeated .wallet.TransactionInput transaction_input = 6;intgetTransactionInputCount()repeated .wallet.TransactionInput transaction_input = 6;java.util.List<Protos.TransactionInput>getTransactionInputList()repeated .wallet.TransactionInput transaction_input = 6;Protos.TransactionOutputgetTransactionOutput(int index)repeated .wallet.TransactionOutput transaction_output = 7;intgetTransactionOutputCount()repeated .wallet.TransactionOutput transaction_output = 7;java.util.List<Protos.TransactionOutput>getTransactionOutputList()repeated .wallet.TransactionOutput transaction_output = 7;longgetUpdatedAt()millis since epoch the transaction was last updatedintgetVersion()See Wallet.java for detailed description of pool semanticsbooleanhasConfidence()Data describing where the transaction is in the chain.booleanhasExchangeRate()Exchange rate that was valid when the transaction was sent.booleanhasHash()required bytes hash = 2;booleanhasLockTime()The nLockTime field is useful for contracts.booleanhasMemo()Memo of the transaction.booleanhasPool()If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend.booleanhasPurpose()optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];booleanhasUpdatedAt()millis since epoch the transaction was last updatedbooleanhasVersion()See Wallet.java for detailed description of pool semanticsProtos.Transaction.BuildermergeConfidence(Protos.TransactionConfidence value)Data describing where the transaction is in the chain.Protos.Transaction.BuildermergeExchangeRate(Protos.ExchangeRate value)Exchange rate that was valid when the transaction was sent.Protos.Transaction.BuilderremoveTransactionInput(int index)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuilderremoveTransactionOutput(int index)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuildersetBlockHash(int index, com.google.protobuf.ByteString value)A list of blocks in which the transaction has been observed (on any chain).Protos.Transaction.BuildersetBlockRelativityOffsets(int index, int value)repeated int32 block_relativity_offsets = 11;Protos.Transaction.BuildersetConfidence(Protos.TransactionConfidence value)Data describing where the transaction is in the chain.Protos.Transaction.BuildersetConfidence(Protos.TransactionConfidence.Builder builderForValue)Data describing where the transaction is in the chain.Protos.Transaction.BuildersetExchangeRate(Protos.ExchangeRate value)Exchange rate that was valid when the transaction was sent.Protos.Transaction.BuildersetExchangeRate(Protos.ExchangeRate.Builder builderForValue)Exchange rate that was valid when the transaction was sent.Protos.Transaction.BuildersetHash(com.google.protobuf.ByteString value)required bytes hash = 2;Protos.Transaction.BuildersetLockTime(int value)The nLockTime field is useful for contracts.Protos.Transaction.BuildersetMemo(java.lang.String value)Memo of the transaction.Protos.Transaction.BuildersetMemoBytes(com.google.protobuf.ByteString value)Memo of the transaction.Protos.Transaction.BuildersetPool(Protos.Transaction.Pool value)If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend.Protos.Transaction.BuildersetPurpose(Protos.Transaction.Purpose value)optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];Protos.Transaction.BuildersetTransactionInput(int index, Protos.TransactionInput value)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuildersetTransactionInput(int index, Protos.TransactionInput.Builder builderForValue)repeated .wallet.TransactionInput transaction_input = 6;Protos.Transaction.BuildersetTransactionOutput(int index, Protos.TransactionOutput value)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuildersetTransactionOutput(int index, Protos.TransactionOutput.Builder builderForValue)repeated .wallet.TransactionOutput transaction_output = 7;Protos.Transaction.BuildersetUpdatedAt(long value)millis since epoch the transaction was last updatedProtos.Transaction.BuildersetVersion(int value)See Wallet.java for detailed description of pool semantics-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
hasVersion
public boolean hasVersion()
See Wallet.java for detailed description of pool semantics
required int32 version = 1;- Specified by:
hasVersionin interfaceProtos.TransactionOrBuilder- Returns:
- Whether the version field is set.
-
getVersion
public int getVersion()
See Wallet.java for detailed description of pool semantics
required int32 version = 1;- Specified by:
getVersionin interfaceProtos.TransactionOrBuilder- Returns:
- The version.
-
setVersion
public Protos.Transaction.Builder setVersion(int value)
See Wallet.java for detailed description of pool semantics
required int32 version = 1;- Parameters:
value- The version to set.- Returns:
- This builder for chaining.
-
clearVersion
public Protos.Transaction.Builder clearVersion()
See Wallet.java for detailed description of pool semantics
required int32 version = 1;- Returns:
- This builder for chaining.
-
hasHash
public boolean hasHash()
required bytes hash = 2;- Specified by:
hasHashin interfaceProtos.TransactionOrBuilder- Returns:
- Whether the hash field is set.
-
getHash
public com.google.protobuf.ByteString getHash()
required bytes hash = 2;- Specified by:
getHashin interfaceProtos.TransactionOrBuilder- Returns:
- The hash.
-
setHash
public Protos.Transaction.Builder setHash(com.google.protobuf.ByteString value)
required bytes hash = 2;- Parameters:
value- The hash to set.- Returns:
- This builder for chaining.
-
clearHash
public Protos.Transaction.Builder clearHash()
required bytes hash = 2;- Returns:
- This builder for chaining.
-
hasPool
public boolean hasPool()
If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend. - Or the Pool enum got a new value which your software is too old to parse.
optional .wallet.Transaction.Pool pool = 3;- Specified by:
hasPoolin interfaceProtos.TransactionOrBuilder- Returns:
- Whether the pool field is set.
-
getPool
public Protos.Transaction.Pool getPool()
If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend. - Or the Pool enum got a new value which your software is too old to parse.
optional .wallet.Transaction.Pool pool = 3;- Specified by:
getPoolin interfaceProtos.TransactionOrBuilder- Returns:
- The pool.
-
setPool
public Protos.Transaction.Builder setPool(Protos.Transaction.Pool value)
If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend. - Or the Pool enum got a new value which your software is too old to parse.
optional .wallet.Transaction.Pool pool = 3;- Parameters:
value- The enum numeric value on the wire for pool to set.- Returns:
- This builder for chaining.
-
clearPool
public Protos.Transaction.Builder clearPool()
If pool is not present, that means either: - This Transaction is either not in a wallet at all (the proto is re-used elsewhere) - Or it is stored but for other purposes, for example, because it is the overriding transaction of a double spend. - Or the Pool enum got a new value which your software is too old to parse.
optional .wallet.Transaction.Pool pool = 3;- Returns:
- This builder for chaining.
-
hasLockTime
public boolean hasLockTime()
The nLockTime field is useful for contracts.
optional uint32 lock_time = 4;- Specified by:
hasLockTimein interfaceProtos.TransactionOrBuilder- Returns:
- Whether the lockTime field is set.
-
getLockTime
public int getLockTime()
The nLockTime field is useful for contracts.
optional uint32 lock_time = 4;- Specified by:
getLockTimein interfaceProtos.TransactionOrBuilder- Returns:
- The lockTime.
-
setLockTime
public Protos.Transaction.Builder setLockTime(int value)
The nLockTime field is useful for contracts.
optional uint32 lock_time = 4;- Parameters:
value- The lockTime to set.- Returns:
- This builder for chaining.
-
clearLockTime
public Protos.Transaction.Builder clearLockTime()
The nLockTime field is useful for contracts.
optional uint32 lock_time = 4;- Returns:
- This builder for chaining.
-
hasUpdatedAt
public boolean hasUpdatedAt()
millis since epoch the transaction was last updated
optional int64 updated_at = 5;- Specified by:
hasUpdatedAtin interfaceProtos.TransactionOrBuilder- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
public long getUpdatedAt()
millis since epoch the transaction was last updated
optional int64 updated_at = 5;- Specified by:
getUpdatedAtin interfaceProtos.TransactionOrBuilder- Returns:
- The updatedAt.
-
setUpdatedAt
public Protos.Transaction.Builder setUpdatedAt(long value)
millis since epoch the transaction was last updated
optional int64 updated_at = 5;- Parameters:
value- The updatedAt to set.- Returns:
- This builder for chaining.
-
clearUpdatedAt
public Protos.Transaction.Builder clearUpdatedAt()
millis since epoch the transaction was last updated
optional int64 updated_at = 5;- Returns:
- This builder for chaining.
-
getTransactionInputList
public java.util.List<Protos.TransactionInput> getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6;- Specified by:
getTransactionInputListin interfaceProtos.TransactionOrBuilder
-
getTransactionInputCount
public int getTransactionInputCount()
repeated .wallet.TransactionInput transaction_input = 6;- Specified by:
getTransactionInputCountin interfaceProtos.TransactionOrBuilder
-
getTransactionInput
public Protos.TransactionInput getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6;- Specified by:
getTransactionInputin interfaceProtos.TransactionOrBuilder
-
setTransactionInput
public Protos.Transaction.Builder setTransactionInput(int index, Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6;
-
setTransactionInput
public Protos.Transaction.Builder setTransactionInput(int index, Protos.TransactionInput.Builder builderForValue)
repeated .wallet.TransactionInput transaction_input = 6;
-
addTransactionInput
public Protos.Transaction.Builder addTransactionInput(Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6;
-
addTransactionInput
public Protos.Transaction.Builder addTransactionInput(int index, Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6;
-
addTransactionInput
public Protos.Transaction.Builder addTransactionInput(Protos.TransactionInput.Builder builderForValue)
repeated .wallet.TransactionInput transaction_input = 6;
-
addTransactionInput
public Protos.Transaction.Builder addTransactionInput(int index, Protos.TransactionInput.Builder builderForValue)
repeated .wallet.TransactionInput transaction_input = 6;
-
addAllTransactionInput
public Protos.Transaction.Builder addAllTransactionInput(java.lang.Iterable<? extends Protos.TransactionInput> values)
repeated .wallet.TransactionInput transaction_input = 6;
-
clearTransactionInput
public Protos.Transaction.Builder clearTransactionInput()
repeated .wallet.TransactionInput transaction_input = 6;
-
removeTransactionInput
public Protos.Transaction.Builder removeTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6;
-
getTransactionOutputList
public java.util.List<Protos.TransactionOutput> getTransactionOutputList()
repeated .wallet.TransactionOutput transaction_output = 7;- Specified by:
getTransactionOutputListin interfaceProtos.TransactionOrBuilder
-
getTransactionOutputCount
public int getTransactionOutputCount()
repeated .wallet.TransactionOutput transaction_output = 7;- Specified by:
getTransactionOutputCountin interfaceProtos.TransactionOrBuilder
-
getTransactionOutput
public Protos.TransactionOutput getTransactionOutput(int index)
repeated .wallet.TransactionOutput transaction_output = 7;- Specified by:
getTransactionOutputin interfaceProtos.TransactionOrBuilder
-
setTransactionOutput
public Protos.Transaction.Builder setTransactionOutput(int index, Protos.TransactionOutput value)
repeated .wallet.TransactionOutput transaction_output = 7;
-
setTransactionOutput
public Protos.Transaction.Builder setTransactionOutput(int index, Protos.TransactionOutput.Builder builderForValue)
repeated .wallet.TransactionOutput transaction_output = 7;
-
addTransactionOutput
public Protos.Transaction.Builder addTransactionOutput(Protos.TransactionOutput value)
repeated .wallet.TransactionOutput transaction_output = 7;
-
addTransactionOutput
public Protos.Transaction.Builder addTransactionOutput(int index, Protos.TransactionOutput value)
repeated .wallet.TransactionOutput transaction_output = 7;
-
addTransactionOutput
public Protos.Transaction.Builder addTransactionOutput(Protos.TransactionOutput.Builder builderForValue)
repeated .wallet.TransactionOutput transaction_output = 7;
-
addTransactionOutput
public Protos.Transaction.Builder addTransactionOutput(int index, Protos.TransactionOutput.Builder builderForValue)
repeated .wallet.TransactionOutput transaction_output = 7;
-
addAllTransactionOutput
public Protos.Transaction.Builder addAllTransactionOutput(java.lang.Iterable<? extends Protos.TransactionOutput> values)
repeated .wallet.TransactionOutput transaction_output = 7;
-
clearTransactionOutput
public Protos.Transaction.Builder clearTransactionOutput()
repeated .wallet.TransactionOutput transaction_output = 7;
-
removeTransactionOutput
public Protos.Transaction.Builder removeTransactionOutput(int index)
repeated .wallet.TransactionOutput transaction_output = 7;
-
getBlockHashList
public java.util.List<com.google.protobuf.ByteString> getBlockHashList()
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Specified by:
getBlockHashListin interfaceProtos.TransactionOrBuilder- Returns:
- A list containing the blockHash.
-
getBlockHashCount
public int getBlockHashCount()
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Specified by:
getBlockHashCountin interfaceProtos.TransactionOrBuilder- Returns:
- The count of blockHash.
-
getBlockHash
public com.google.protobuf.ByteString getBlockHash(int index)
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Specified by:
getBlockHashin interfaceProtos.TransactionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The blockHash at the given index.
-
setBlockHash
public Protos.Transaction.Builder setBlockHash(int index, com.google.protobuf.ByteString value)
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Parameters:
value- The blockHash to set.- Returns:
- This builder for chaining.
-
addBlockHash
public Protos.Transaction.Builder addBlockHash(com.google.protobuf.ByteString value)
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Parameters:
value- The blockHash to add.- Returns:
- This builder for chaining.
-
addAllBlockHash
public Protos.Transaction.Builder addAllBlockHash(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Parameters:
values- The blockHash to add.- Returns:
- This builder for chaining.
-
clearBlockHash
public Protos.Transaction.Builder clearBlockHash()
A list of blocks in which the transaction has been observed (on any chain). Also, a number used to disambiguate ordering within a block.
repeated bytes block_hash = 8;- Returns:
- This builder for chaining.
-
getBlockRelativityOffsetsList
public java.util.List<java.lang.Integer> getBlockRelativityOffsetsList()
repeated int32 block_relativity_offsets = 11;- Specified by:
getBlockRelativityOffsetsListin interfaceProtos.TransactionOrBuilder- Returns:
- A list containing the blockRelativityOffsets.
-
getBlockRelativityOffsetsCount
public int getBlockRelativityOffsetsCount()
repeated int32 block_relativity_offsets = 11;- Specified by:
getBlockRelativityOffsetsCountin interfaceProtos.TransactionOrBuilder- Returns:
- The count of blockRelativityOffsets.
-
getBlockRelativityOffsets
public int getBlockRelativityOffsets(int index)
repeated int32 block_relativity_offsets = 11;- Specified by:
getBlockRelativityOffsetsin interfaceProtos.TransactionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The blockRelativityOffsets at the given index.
-
setBlockRelativityOffsets
public Protos.Transaction.Builder setBlockRelativityOffsets(int index, int value)
repeated int32 block_relativity_offsets = 11;- Parameters:
value- The blockRelativityOffsets to set.- Returns:
- This builder for chaining.
-
addBlockRelativityOffsets
public Protos.Transaction.Builder addBlockRelativityOffsets(int value)
repeated int32 block_relativity_offsets = 11;- Parameters:
value- The blockRelativityOffsets to add.- Returns:
- This builder for chaining.
-
addAllBlockRelativityOffsets
public Protos.Transaction.Builder addAllBlockRelativityOffsets(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 block_relativity_offsets = 11;- Parameters:
values- The blockRelativityOffsets to add.- Returns:
- This builder for chaining.
-
clearBlockRelativityOffsets
public Protos.Transaction.Builder clearBlockRelativityOffsets()
repeated int32 block_relativity_offsets = 11;- Returns:
- This builder for chaining.
-
hasConfidence
public boolean hasConfidence()
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;- Specified by:
hasConfidencein interfaceProtos.TransactionOrBuilder- Returns:
- Whether the confidence field is set.
-
getConfidence
public Protos.TransactionConfidence getConfidence()
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;- Specified by:
getConfidencein interfaceProtos.TransactionOrBuilder- Returns:
- The confidence.
-
setConfidence
public Protos.Transaction.Builder setConfidence(Protos.TransactionConfidence value)
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;
-
setConfidence
public Protos.Transaction.Builder setConfidence(Protos.TransactionConfidence.Builder builderForValue)
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;
-
mergeConfidence
public Protos.Transaction.Builder mergeConfidence(Protos.TransactionConfidence value)
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;
-
clearConfidence
public Protos.Transaction.Builder clearConfidence()
Data describing where the transaction is in the chain.
optional .wallet.TransactionConfidence confidence = 9;
-
hasPurpose
public boolean hasPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];- Specified by:
hasPurposein interfaceProtos.TransactionOrBuilder- Returns:
- Whether the purpose field is set.
-
getPurpose
public Protos.Transaction.Purpose getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];- Specified by:
getPurposein interfaceProtos.TransactionOrBuilder- Returns:
- The purpose.
-
setPurpose
public Protos.Transaction.Builder setPurpose(Protos.Transaction.Purpose value)
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];- Parameters:
value- The enum numeric value on the wire for purpose to set.- Returns:
- This builder for chaining.
-
clearPurpose
public Protos.Transaction.Builder clearPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];- Returns:
- This builder for chaining.
-
hasExchangeRate
public boolean hasExchangeRate()
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;- Specified by:
hasExchangeRatein interfaceProtos.TransactionOrBuilder- Returns:
- Whether the exchangeRate field is set.
-
getExchangeRate
public Protos.ExchangeRate getExchangeRate()
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;- Specified by:
getExchangeRatein interfaceProtos.TransactionOrBuilder- Returns:
- The exchangeRate.
-
setExchangeRate
public Protos.Transaction.Builder setExchangeRate(Protos.ExchangeRate value)
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;
-
setExchangeRate
public Protos.Transaction.Builder setExchangeRate(Protos.ExchangeRate.Builder builderForValue)
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;
-
mergeExchangeRate
public Protos.Transaction.Builder mergeExchangeRate(Protos.ExchangeRate value)
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;
-
clearExchangeRate
public Protos.Transaction.Builder clearExchangeRate()
Exchange rate that was valid when the transaction was sent.
optional .wallet.ExchangeRate exchange_rate = 12;
-
hasMemo
public boolean hasMemo()
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Specified by:
hasMemoin interfaceProtos.TransactionOrBuilder- Returns:
- Whether the memo field is set.
-
getMemo
public java.lang.String getMemo()
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Specified by:
getMemoin interfaceProtos.TransactionOrBuilder- Returns:
- The memo.
-
getMemoBytes
public com.google.protobuf.ByteString getMemoBytes()
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Specified by:
getMemoBytesin interfaceProtos.TransactionOrBuilder- Returns:
- The bytes for memo.
-
setMemo
public Protos.Transaction.Builder setMemo(java.lang.String value)
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Parameters:
value- The memo to set.- Returns:
- This builder for chaining.
-
clearMemo
public Protos.Transaction.Builder clearMemo()
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Returns:
- This builder for chaining.
-
setMemoBytes
public Protos.Transaction.Builder setMemoBytes(com.google.protobuf.ByteString value)
Memo of the transaction. It can be used to record the memo of the payment request that initiated the transaction.
optional string memo = 13;- Parameters:
value- The bytes for memo to set.- Returns:
- This builder for chaining.
-
-