-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodejs update examples to single account wallet #1596
Nodejs update examples to single account wallet #1596
Conversation
🚨 |
04f891c
to
0ac4f59
Compare
0ac4f59
to
d4cb49b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some instances of from an account
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first address of the account.
, with the created account.
and database and account
to fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1-create-account.ts
bindings/nodejs/examples/how_tos/accounts_and_addresses/create-wallet.ts
Show resolved
Hide resolved
bindings/nodejs/examples/how_tos/accounts_and_addresses/list-accounts.ts
Show resolved
Hide resolved
bindings/nodejs/examples/how_tos/simple_transaction/request-funds.ts
Outdated
Show resolved
Hide resolved
bindings/python/examples/how_tos/accounts_and_addresses/consolidate_outputs.py
Outdated
Show resolved
Hide resolved
…idate_outputs.py Co-authored-by: Thibault Martinez <[email protected]>
Nodejs update examples to single account wallet