Package org.stellar.sdk.xdr
Class ConfigSettingContractExecutionLanesV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
ConfigSettingContractExecutionLanesV0's original definition in the XDR file is:
struct ConfigSettingContractExecutionLanesV0 { // maximum number of Soroban transactions per ledger uint32 ledgerMaxTxCount; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setLedgerMaxTxCount
(Uint32 ledgerMaxTxCount) toString()
default String
default byte[]
-
Constructor Details
-
ConfigSettingContractExecutionLanesV0
public ConfigSettingContractExecutionLanesV0() -
ConfigSettingContractExecutionLanesV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static ConfigSettingContractExecutionLanesV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
public static ConfigSettingContractExecutionLanesV0.ConfigSettingContractExecutionLanesV0Builder builder() -
toBuilder
-
getLedgerMaxTxCount
-
setLedgerMaxTxCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-