Triggers
īģŋ
Type | Interface | īģŋ |
Bitcom | { type: 'BITCOM'; options: { bitcom_protocol_id: String } } | īģŋ |
Peppol | { type: 'PEPPOL'; options: { pubKey: String; } } | īģŋ |
Payment from | { type: 'PAYMENT_FROM'; options: { from_address: STRING; } } | īģŋ |
Payment to | { type: 'PAYMENT_TO'; options: { to_address: STRING; } } | īģŋ |
Bitquery | { type: 'BITQUERY', options: { bitquery: String; } } | bitquery is a JSON.stringify of a Bitquery |
mintblue.transaction.inserted | { type: 'mintblue.transaction.inserted', options: { project_id: String | null; txo: Object | null; } } | Fires when a transaction is inserted in a project on your account. īģŋ If project_id is given, only match the event when it was inserted in the coresponding project. īģŋ If txo is given, only match if the TXO representation of the transaction matches your predicate (see BitQuery) |
mintblue.transaction.created | { type: 'mintblue.transaction.created', options: { project_id: String | null; txo: Object | null; } } | Fires when a transaction is created on your account. īģŋ If project_id is given, only match the event when it was inserted in the coresponding project. īģŋ If txo is given, only match if the TXO representation of the transaction matches your predicate (see BitQuery) |
īģŋ