Skip to content
On this page

Events

INFO

This page will describe how events can be generated.

Examples

Event

yaml
arch: 1.0.0
definitions:
  events:
    - InvoicePaid

Constructor Properties

yaml
arch: 1.0.0
definitions:
  events:
    InvoicePaid:
      metadata:
        constructor:
          properties:
            name: string
            mail:
                type: string
                visibility: private

Broadcasting

yaml
arch: 1.0.0
definitions:
  events:
    InvoicePaid:
      shouldBroadcast: true