Class ConfigSettingContractEventsV0

java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractEventsV0

public class ConfigSettingContractEventsV0 extends Object
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;
 };