Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

ft(export-unsigned-transaction): Export instructions to merge into bigger transaction #190

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

VIIGstar
Copy link

@VIIGstar VIIGstar commented Mar 19, 2022

Problem: As I can see from your metaplex web, when we take an action like selling NFT, we need to sign only one times to process createVault, addTokensToVault, activeVault, ... Our code may go out-of-date if not use from npm

Solution: Should we return a transactionBatch to use in a bigger transaction (sign one times) instead of calling these actions (actions.createExternalPriceAccount, actions.createVault...) and request users to approve for each transaction

If you OK, I will modify more function and find some pattern to reduce duplicate code check isUninitialized

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant