Package org.stellar.sdk.xdr
Class LedgerCloseMetaExt
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaExt
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseMetaExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseMetaExt encodedLedgerCloseMetaExt) booleanstatic LedgerCloseMetaExtfromXdrBase64(String xdr) static LedgerCloseMetaExtfromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer value) voidsetV1(LedgerCloseMetaExtV1 value) byte[]
-
Constructor Details
-
LedgerCloseMetaExt
public LedgerCloseMetaExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseMetaExt encodedLedgerCloseMetaExt) 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
-