gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e
parent 59de2acb7c716c816ed15786b5369e56c325770c
Author: MS <ms@taler.net>
Date:   Tue, 11 Apr 2023 13:13:26 +0200

libeufin DB events

Diffstat:
Mgnu-taler-db-events/registry.rec | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec @@ -90,3 +90,26 @@ Description: A wire transfer from the target account with the correct wire trans Value: 3000 Name: LIBEUFIN_TALER_INCOMING Description: A wire transfer with a valid reserve public key was received. + +# In the context of regional currencies, this event follows a +# wire transfer to "admin", and the reaction should be the payment +# of a cash-out operation in fiat. Another use allows Nexus to +# long poll on regio payments, instead of looping each second -- +# as it currently does. +Value: 3001 +Name: LIBEUFIN_REGIO_INCOMING +Description: A new transactions internal to Sandbox was made. + +# In the context of regional currencies, this event triggers the +# wire transfer from "admin" to the exchange, in order to start a +# Taler withdrawal. +Value: 3002 +Name: LIBEUFIN_SANDBOX_FIAT_INCOMING +Description: A new fiat transaction can trigger actions in Sandbox. + +# A fiat payment was ingested for a particular bank account. If any +# HTTP client requested on GET /transactions - Sandbox' conversion service +# does -, it can be waken up. +Value: 3003 +Name: LIBEUFIN_NEXUS_FIAT_INCOMING +Description: A new fiat transaction can trigger actions in Sandbox.