Package org.stellar.sdk.xdr
Class ConfigSettingContractExecutionLanesV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingContractExecutionLanesV0 encodedConfigSettingContractExecutionLanesV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetLedgerMaxTxCount(Uint32 value) byte[]
-
Constructor Details
-
ConfigSettingContractExecutionLanesV0
public ConfigSettingContractExecutionLanesV0()
-
-
Method Details
-
getLedgerMaxTxCount
-
setLedgerMaxTxCount
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingContractExecutionLanesV0 encodedConfigSettingContractExecutionLanesV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ConfigSettingContractExecutionLanesV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-