Replies: 2 comments 3 replies
-
you call fulfill and then it gets upgraded to a basicorder. |
Beta Was this translation helpful? Give feedback.
0 replies
-
what is the error you're running into? you don't need to do this in a contract, you can send a tx to fulfillBasicOrder directly |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i've create a smart contract who buy nft, and i'm using opensea-js to obtain basicOrderParam with function getOrder. But i think i'm not good..
this my contract: `contract OpenSea {
AdditionalRecipient[] additionalRecipients;
event Received(address, uint256);
}`
does anyone have a working example? thank's
Beta Was this translation helpful? Give feedback.
All reactions