Package org.stellar.sdk.xdr
Class ConfigSettingContractEventsV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractEventsV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingContractEventsV0 encodedConfigSettingContractEventsV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeContractEvents1KB(Int64 value) voidbyte[]
-
Constructor Details
-
ConfigSettingContractEventsV0
public ConfigSettingContractEventsV0()
-
-
Method Details
-
getTxMaxContractEventsSizeBytes
-
setTxMaxContractEventsSizeBytes
-
getFeeContractEvents1KB
-
setFeeContractEvents1KB
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingContractEventsV0 encodedConfigSettingContractEventsV0) 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
-