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 Expration to cw0 #51

Merged
merged 7 commits into from
Aug 24, 2020
Merged

Add Expration to cw0 #51

merged 7 commits into from
Aug 24, 2020

Conversation

ethanfrey
Copy link
Member

Add common types to a simple cw0 repo, so we don't have to import cw20 to get this shared type.

We also change the type to be simpler JSON:

{at_height: 32} | {at_time: 123456789} | {never: {}}

rather than current over-complicated:

{at_height: {height: 32}} | {at_time: {time: 123456789}} | {never: {}}

@ethanfrey ethanfrey mentioned this pull request Aug 21, 2020
7 tasks
Base automatically changed from nft-721-spec to master August 24, 2020 21:14
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.

1 participant