Skip to content

CAN note-existence handler should emit NOTE_EXISTENCE

So other systems can respond when a note is identified in CAN, the note-existence handler will fire a NOTE_EXISTENCE event with the following argument

{ address: string
, ast: Node
, exists: boolean
}