Pending Balances #937
Unanswered
ams-ryanolson
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello. I made an example for you. $transfer = $user1->transfer($user2, 500, new Extra(
deposit: new Option(null, confirmed: false),
withdraw: null,
)); More details in PR: #938 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, in summary this is what I need to accomplish.
I have 2 thoughts on how best to accomplish this but I was wondering if the community could explain what others might have done to accomplish this. My 2 thoughts are
Option 1: Create 2 wallets.
Open 2: Add a pending column to the transaction table.
Both of these come with a number of thoughts around success so that is why I am bringing the question here.
Thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions