Package org.stellar.sdk.xdr
Class LedgerCloseMetaExtV1
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaExtV1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerCloseMetaExtV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerCloseMetaExtV1 encodedLedgerCloseMetaExtV1) booleanstatic LedgerCloseMetaExtV1fromXdrBase64(String xdr) static LedgerCloseMetaExtV1fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) voidsetSorobanFeeWrite1KB(Int64 value) byte[]
-
Constructor Details
-
LedgerCloseMetaExtV1
public LedgerCloseMetaExtV1()
-
-
Method Details
-
getExt
-
setExt
-
getSorobanFeeWrite1KB
-
setSorobanFeeWrite1KB
-
encode
public static void encode(XdrDataOutputStream stream, LedgerCloseMetaExtV1 encodedLedgerCloseMetaExtV1) 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
-