Package org.stellar.sdk.xdr
Class LedgerCloseMetaExtV1
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaExtV1
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()default Stringdefault byte[]
-
Constructor Details
-
LedgerCloseMetaExtV1
public LedgerCloseMetaExtV1() -
LedgerCloseMetaExtV1
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getSorobanFeeWrite1KB
-
setExt
-
setSorobanFeeWrite1KB
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-