Skip to content

BlockchainEventListener

Example

{
    "name": "",
    "created": 0,
    "started": null,
    "sources": null,
    "options": {}
}

Field Descriptions

Field Name Description Type
name Unique name for the blockchain event listener string
created Time the listener was created Timestamp
started If the listener is started - can be set to false to disable delivery server-side bool
sources Sources of events BlockchainEventListenerSource[]
options Options for the event listener BlockchainEventListenerOptions