Package org.stellar.sdk.xdr
Class LedgerCloseMeta
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMeta
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseMetadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseMeta encodedLedgerCloseMeta) booleanstatic LedgerCloseMetafromXdrBase64(String xdr) static LedgerCloseMetafromXdrByteArray(byte[] xdr) getV0()getV1()inthashCode()voidsetDiscriminant(Integer value) voidsetV0(LedgerCloseMetaV0 value) voidsetV1(LedgerCloseMetaV1 value) byte[]
-
Constructor Details
-
LedgerCloseMeta
public LedgerCloseMeta()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV0
-
setV0
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseMeta encodedLedgerCloseMeta) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-