Pay for someone's purchase order transaction #352
Unanswered
henriqueantonio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I'm trying to create the input data to call matchOrders (buy order) on Marketplace contract.
But my ideia is to execute the transaction and send de NFT bought to another account. (Pay for someone's purchase order transaction).
To make this possible, following the logical of the contract i need to sign the rightSignature with the account that i will send the NFT, and then, mount the input data with the order + signature all together.
There is a way that i can handle this with the sdk available?
Beta Was this translation helpful? Give feedback.
All reactions