public static final class Model.StellarTransaction.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Model.StellarTransaction,Model.StellarTransaction.Builder> implements Model.StellarTransactionOrBuilder
kin.agora.common.v4.StellarTransaction| Modifier and Type | Method and Description |
|---|---|
Model.StellarTransaction.Builder |
clearEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
Model.StellarTransaction.Builder |
clearResultXdr()
Contains the transaction result from when the transaction was submitted
|
com.google.protobuf.ByteString |
getEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
com.google.protobuf.ByteString |
getResultXdr()
Contains the transaction result from when the transaction was submitted
|
Model.StellarTransaction.Builder |
setEnvelopeXdr(com.google.protobuf.ByteString value)
Contains the transaction envelope for the transaction.
|
Model.StellarTransaction.Builder |
setResultXdr(com.google.protobuf.ByteString value)
Contains the transaction result from when the transaction was submitted
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic com.google.protobuf.ByteString getResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 1;getResultXdr in interface Model.StellarTransactionOrBuilderpublic Model.StellarTransaction.Builder setResultXdr(com.google.protobuf.ByteString value)
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 1;value - The resultXdr to set.public Model.StellarTransaction.Builder clearResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 1;public com.google.protobuf.ByteString getEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 2;getEnvelopeXdr in interface Model.StellarTransactionOrBuilderpublic Model.StellarTransaction.Builder setEnvelopeXdr(com.google.protobuf.ByteString value)
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 2;value - The envelopeXdr to set.public Model.StellarTransaction.Builder clearEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 2;