Package org.stellar.sdk.xdr
Class ConfigSettingContractEventsV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractEventsV0
ConfigSettingContractEventsV0's original definition in the XDR file is:
struct ConfigSettingContractEventsV0
{
// Maximum size of events that a contract call can emit.
uint32 txMaxContractEventsSizeBytes;
// Fee for generating 1KB of contract events.
int64 feeContractEvents1KB;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConfigSettingContractEventsV0(Uint32 txMaxContractEventsSizeBytes, Int64 feeContractEvents1KB) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeContractEvents1KB(Int64 feeContractEvents1KB) voidsetTxMaxContractEventsSizeBytes(Uint32 txMaxContractEventsSizeBytes) toString()default Stringdefault byte[]
-
Constructor Details
-
ConfigSettingContractEventsV0
public ConfigSettingContractEventsV0() -
ConfigSettingContractEventsV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTxMaxContractEventsSizeBytes
-
getFeeContractEvents1KB
-
setTxMaxContractEventsSizeBytes
-
setFeeContractEvents1KB
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-