Package org.stellar.sdk.xdr
Class ConfigSettingContractExecutionLanesV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
- All Implemented Interfaces:
XdrElement
ConfigSettingContractExecutionLanesV0's original definition in the XDR file is:
struct ConfigSettingContractExecutionLanesV0
{
// maximum number of Soroban transactions per ledger
uint32 ledgerMaxTxCount;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetLedgerMaxTxCount(Uint32 ledgerMaxTxCount) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ConfigSettingContractExecutionLanesV0
public ConfigSettingContractExecutionLanesV0() -
ConfigSettingContractExecutionLanesV0
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-