-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Hooks in x/nftmarket and Method to get memo to pass in the hook #218
Comments
The possible Nftmarket hooks interface:
|
The reference to get memo data in a specific tx that contrains specific message: chain/x/nftmint/keeper/msg_server.go Line 37 in 7ff5955
|
I'll work on this for |
For the
frontend-incentive
module, I'd like x/nftmarket module to have hooks for the timing of listing NFT and ending listing.The hook style reference is here:
https://github.com/UnUniFi/chain/blob/main/x/cdp/types/hooks.go
https://github.com/UnUniFi/chain/blob/main/x/cdp/keeper/hooks.go
This hook style doesn't create the two-way interaction between the modules using the hooks.
And, in the listing creation hook, a memo data is required to be in.
The text was updated successfully, but these errors were encountered: