Stellar PHP SDK API Documentation

XdrConfigSettingContractEventsV0
in package

Contract event-related settings.

Table of Contents

Properties

$feeContractEvents1KB  : int
$txMaxContractEventsSizeBytes  : int

Methods

__construct()  : mixed
decode()  : XdrConfigSettingContractEventsV0
encode()  : string
getFeeContractEvents1KB()  : int
getTxMaxContractEventsSizeBytes()  : int
setFeeContractEvents1KB()  : void
setTxMaxContractEventsSizeBytes()  : void

Properties

Methods

__construct()

public __construct(int $txMaxContractEventsSizeBytes, int $feeContractEvents1KB) : mixed
Parameters
$txMaxContractEventsSizeBytes : int

(uint32) Maximum size of events that a contract call can emit.

$feeContractEvents1KB : int

(int64) Fee for generating 1KB of contract events.

setTxMaxContractEventsSizeBytes()

public setTxMaxContractEventsSizeBytes(int $txMaxContractEventsSizeBytes) : void
Parameters
$txMaxContractEventsSizeBytes : int

        
On this page

Search results