-
Notifications
You must be signed in to change notification settings - Fork 88
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
Implement nft.transfer api #602
Implement nft.transfer api #602
Conversation
This pull request has been linked to Shortcut Story #83347: [NFT Transfer] implement nft.transfer api. |
@@ -20,4 +21,10 @@ export class NFTModule extends BaseModule { | |||
const requestPayload = createJsonRpcRequestPayload(MagicPayloadMethod.NFTCheckout, [options]); | |||
return this.request<NFTCheckoutResponse>(requestPayload); | |||
} | |||
|
|||
/* Start an NFT Transfer flow with Paypal */ |
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.
transfer has nothing to do with paypal. let's change this comment
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.
π¦ Pull Request
[Provide a general summary of the pull request here.]
β Fixed Issues
π¨ Test instructions
[Describe any additional context required to test the PR/feature/bug fix.]
Please only add one label:
patch
: Bug Fix?minor
: New Feature?major
: Breaking Change?skip-release
: It's unnecessary to publish this change.π¦ Published PR as canary version:
Canary Versions
β¨ Test out this PR locally via: