Package org.stellar.sdk.xdr
Class LedgerCloseMetaExtV1
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaExtV1
- All Implemented Interfaces:
XdrElement
LedgerCloseMetaExtV1's original definition in the XDR file is:
struct LedgerCloseMetaExtV1
{
ExtensionPoint ext;
int64 sorobanFeeWrite1KB;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LedgerCloseMetaExtV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerCloseMetaExtV1fromXdrBase64(String xdr) static LedgerCloseMetaExtV1fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint ext) voidsetSorobanFeeWrite1KB(Int64 sorobanFeeWrite1KB) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
LedgerCloseMetaExtV1
public LedgerCloseMetaExtV1() -
LedgerCloseMetaExtV1
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getSorobanFeeWrite1KB
-
setExt
-
setSorobanFeeWrite1KB
-
equals
-
hashCode
public int hashCode() -
toString
-