Skip to content
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

Add withdraw method to INFTCollectionWithRoyalty #263

Merged
merged 3 commits into from
Sep 5, 2023

Conversation

h0ngcha0
Copy link
Member

@h0ngcha0 h0ngcha0 commented Sep 4, 2023

No description provided.

@@ -4,4 +4,6 @@ Interface INFTCollectionWithRoyalty extends INFTCollection {

@using(preapprovedAssets = true)
pub fn payRoyalty(payer: Address, amount: U256) -> ()

pub fn withdraw(to: Address, amount: U256) -> ()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about withdrawRoylty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, thanks 👍

@h0ngcha0 h0ngcha0 requested a review from polarker September 5, 2023 21:01
@polarker polarker merged commit 616c241 into master Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants