Package org.stellar.sdk.xdr
Class StellarValue.StellarValueExt.StellarValueProposedValue
java.lang.Object
org.stellar.sdk.xdr.StellarValue.StellarValueExt.StellarValueProposedValue
- All Implemented Interfaces:
XdrElement
- Enclosing class:
StellarValue.StellarValueExt
public static class StellarValue.StellarValueExt.StellarValueProposedValue
extends Object
implements XdrElement
StellarValueProposedValue's original definition in the XDR file is:
struct
{
Hash txSetHash;
Hash previousLedgerHash;
uint32 previousLedgerVersion;
LedgerCloseValueSignature lcValueSignature;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from interface org.stellar.sdk.xdr.XdrElement
gson -
Constructor Summary
ConstructorsConstructorDescriptionStellarValueProposedValue(Hash txSetHash, Hash previousLedgerHash, Uint32 previousLedgerVersion, LedgerCloseValueSignature lcValueSignature) Creates a newStellarValueProposedValueinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) decode(XdrDataInputStream stream, int maxDepth) voidencode(XdrDataOutputStream stream) Encodes this value to XDR and writes it to the provided stream.booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) Value of thelcValueSignaturefield.Value of thepreviousLedgerHashfield.Value of thepreviousLedgerVersionfield.Value of thetxSetHashfield.inthashCode()voidsetLcValueSignature(LedgerCloseValueSignature lcValueSignature) Value of thelcValueSignaturefield.voidsetPreviousLedgerHash(Hash previousLedgerHash) Value of thepreviousLedgerHashfield.voidsetPreviousLedgerVersion(Uint32 previousLedgerVersion) Value of thepreviousLedgerVersionfield.voidsetTxSetHash(Hash txSetHash) Value of thetxSetHashfield.toJson()Serializes this value to JSON.toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
StellarValueProposedValue
public StellarValueProposedValue() -
StellarValueProposedValue
public StellarValueProposedValue(Hash txSetHash, Hash previousLedgerHash, Uint32 previousLedgerVersion, LedgerCloseValueSignature lcValueSignature) Creates a newStellarValueProposedValueinstance.- Parameters:
txSetHash- thetxSetHashfield valuepreviousLedgerHash- thepreviousLedgerHashfield valuepreviousLedgerVersion- thepreviousLedgerVersionfield valuelcValueSignature- thelcValueSignaturefield value
-
-
Method Details
-
encode
Description copied from interface:XdrElementEncodes this value to XDR and writes it to the provided stream.- Specified by:
encodein interfaceXdrElement- Parameters:
stream- the destination XDR output stream- Throws:
IOException- if an I/O error occurs while writing the value
-
decode
public static StellarValue.StellarValueExt.StellarValueProposedValue decode(XdrDataInputStream stream, int maxDepth) throws IOException - Throws:
IOException
-
decode
public static StellarValue.StellarValueExt.StellarValueProposedValue decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static StellarValue.StellarValueExt.StellarValueProposedValue fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static StellarValue.StellarValueExt.StellarValueProposedValue fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
toJson
Description copied from interface:XdrElementSerializes this value to JSON.- Specified by:
toJsonin interfaceXdrElement- Returns:
- the JSON representation of this value
-
fromJson
-
builder
public static StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder builder() -
toBuilder
-
getTxSetHash
Value of thetxSetHashfield.- Returns:
- the
txSetHashfield value
-
getPreviousLedgerHash
Value of thepreviousLedgerHashfield.- Returns:
- the
previousLedgerHashfield value
-
getPreviousLedgerVersion
Value of thepreviousLedgerVersionfield.- Returns:
- the
previousLedgerVersionfield value
-
getLcValueSignature
Value of thelcValueSignaturefield.- Returns:
- the
lcValueSignaturefield value
-
setTxSetHash
Value of thetxSetHashfield.- Parameters:
txSetHash- thetxSetHashfield value
-
setPreviousLedgerHash
Value of thepreviousLedgerHashfield.- Parameters:
previousLedgerHash- thepreviousLedgerHashfield value
-
setPreviousLedgerVersion
Value of thepreviousLedgerVersionfield.- Parameters:
previousLedgerVersion- thepreviousLedgerVersionfield value
-
setLcValueSignature
Value of thelcValueSignaturefield.- Parameters:
lcValueSignature- thelcValueSignaturefield value
-
equals
-
hashCode
public int hashCode() -
toString
-