FigureTechnologies / digital-currency-consortium

Digital Currency Consortium middleware - interface between banks and digital currency smart contracts.
Apache License 2.0
12 stars 3 forks source link

Handle marker transfer from bank #83

Closed leeduan closed 2 years ago

leeduan commented 2 years ago

Summary

With banks being able to transfer USDF to another bank member, handle those transfers as bank settlements.

Problem Definition

Banks can send USDF to another bank. Need to handle these separate from bank redemption flow.

Proposal

Upon receipt of USDF from another bank, initialize a bank settlement request to bank middleware.


For Admin Use

leeduan commented 2 years ago

https://github.com/provenance-io/digital-currency-consortium/pull/85