Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lastly, it would be worthwhile to consider how we model settlement and reconciliation to aggregate tier2 exchanges and wallets (with FIO send).

Zenuml sequence macro lite
uuid0d807e22-1595-408d-997d-f6d434bb1bb3
updatedAt2021-03-03T21:34:55Z
User_A
Exchange_A
FIO_Chain
Exchange_B
User_B

"{Success}" = User_A->Exchange_A.withdraw(chain,pub_addr,amount)
"{Success}" = Exchange_A->FIO_Chain.record_obt(Exchange_B,chain,pub_addr,amount)
"{Inbound_Transfers}" = Exchange_B->FIO_Chain.get_obt_data()
"{Success}" = Exchange_B->User_B.deposit(chain,pub_addr,amount)