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

update dapp tutorial #1023

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

update dapp tutorial #1023

wants to merge 1 commit into from

Conversation

BiancaIalangi
Copy link
Contributor

Description of the pull request (what is new / what has changed)

Did you test the changes locally ?

  • yes
  • no

Which category (categories) does this pull request belong to?

  • document new feature
  • [x ] update documentation that is not relevant anymore
  • add examples or more information about a component
  • fix grammar issues
  • other

- `getPingAmount`: **storage mapper** that saves the total EGLD deposit;
- `getDeadline`: **storage mapper** that saves the amount of the time until the EGLD is deposit;
- `activationTimestamp`: **storage mapper** that saves the timestamp of the block where the contract got activated. If it is not specified in the constructor it is the deploy block timestamp.
- `maxFunds`: **storage mapper** that saves the funding limit if it was setted in _init_.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- `maxFunds`: **storage mapper** that saves the funding limit if it was setted in _init_.
- `maxFunds`: **storage mapper** that saves the funding limit if it was set in _init_.

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