ConfigSettingContractEventsV0Xdr

data class ConfigSettingContractEventsV0Xdr(val txMaxContractEventsSizeBytes: Uint32Xdr, val feeContractEvents1Kb: Int64Xdr)

XDR Source: struct ConfigSettingContractEventsV0 { // Maximum size of events that a contract call can emit. uint32 txMaxContractEventsSizeBytes; // Fee for generating 1KB of contract events. int64 feeContractEvents1KB; };

Constructors

Link copied to clipboard
constructor(txMaxContractEventsSizeBytes: Uint32Xdr, feeContractEvents1Kb: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fee for generating 1KB of contract events.

Link copied to clipboard

Maximum size of events that a contract call can emit.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)