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

Cover all nearcore features (missing from pynear) #57

Open
6 tasks
vgrichina opened this issue Jun 11, 2019 · 1 comment
Open
6 tasks

Cover all nearcore features (missing from pynear) #57

vgrichina opened this issue Jun 11, 2019 · 1 comment
Labels
enhancement New feature or request T-dev-tools

Comments

@vgrichina
Copy link
Contributor

vgrichina commented Jun 11, 2019

Note, there is also other stuff that was not in pynear but we will very likely have:

  • expiration_date Returns date and time of contract or access key expiration due to rent payments;
  • add_access_key
  • delete_access_key
  • delete_account (Both delete_access_key and delete_account can be called by non-account owner if they are about to run out of balance due to rent)
  • async_call (for contract calls the incur a long chain of cross-contract calls)
  • async_status

Note, that some of these functions are or will be special cases of more generic functions. For instance, we discussed with @evgenykuzyakov and @ilblackdragon that we want all our transactions to look like function calls for consistency and forward compatibility. For instance, send_money will be a short cut for near call <my_account> send_money "

{"receiver": <other_account>}

", or somesuch.

_Originally posted by @nearmax in near/docs#36 (comment)

@behaviary behaviary added the enhancement New feature or request label May 12, 2020
@behaviary
Copy link
Contributor

These should be added to the NEP for near shell. near/NEPs#31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request T-dev-tools
Projects
None yet
Development

No branches or pull requests

2 participants