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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static LedgerCloseMetaExtV1
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerCloseMetaExtV1
fromXdrBase64
(String xdr) static LedgerCloseMetaExtV1
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
setExt
(ExtensionPoint ext) void
setSorobanFeeWrite1KB
(Int64 sorobanFeeWrite1KB) toString()
default String
default 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
-