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) |
ο»Ώ