Package org.stellar.sdk.xdr
Class ConfigSettingContractComputeV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractComputeV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingContractComputeV0 encodedConfigSettingContractComputeV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetLedgerMaxInstructions(Int64 value) voidsetTxMaxInstructions(Int64 value) voidsetTxMemoryLimit(Uint32 value) byte[]
-
Constructor Details
-
ConfigSettingContractComputeV0
public ConfigSettingContractComputeV0()
-
-
Method Details
-
getLedgerMaxInstructions
-
setLedgerMaxInstructions
-
getTxMaxInstructions
-
setTxMaxInstructions
-
getFeeRatePerInstructionsIncrement
-
setFeeRatePerInstructionsIncrement
-
getTxMemoryLimit
-
setTxMemoryLimit
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingContractComputeV0 encodedConfigSettingContractComputeV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-