Is there a best practice to invoke Cross-Channel Transaction ? #2571
Unanswered
Zrealshadow
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can't do it atomically, you need 2 transactions because each transaction reaches each channel in its own time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example.
account A in channel C1
account B in channel C2
now we sent amount from account A to account B.
accountA.amount -= amount
accountB.amount += amount
How can we implement above scenario in Fabric
Beta Was this translation helpful? Give feedback.
All reactions