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

API 版图(草案) #16

Open
cssmagic opened this issue Aug 1, 2018 · 0 comments
Open

API 版图(草案) #16

cssmagic opened this issue Aug 1, 2018 · 0 comments
Labels

Comments

@cssmagic
Copy link
Member

cssmagic commented Aug 1, 2018


⚠️ 本文档仅列出 API 发展的可能性,并非明确的开发线路图。


  • Nasa.tx.getTxState(txHash)
  • Nasa.tx.getTxResult(payId|txHash) = Nasa.getTxResult() = Nasa.checkTx() ⚠️
  • Nasa.tx.call(...) = Nasa.call()
  • Nasa.tx.pay(...) = Nasa.pay() 🕘
  • Nasa.tx.payToken(...) = Nasa.payToken()
  • Nasa.tx.getLastPayId()
  • Nasa.tx.getLastTxHash()
  • Nasa.addr.TYPE_NORMAL
  • Nasa.addr.TYPE_CONTRACT
  • Nasa.addr.new()
  • Nasa.addr.getState(addr) = Nasa.user.getState()
  • Nasa.storage.get(key)
  • Nasa.storage.set(key, value)
  • Nasa.neb.getDynasty(height)
  • Nasa.neb.getNodeInfo(node)
  • Nasa.neb.getNebState()
  • Nasa.neb.getGasPrice()

  • ⚠️ —— Deprecated
  • 🕘 —— To be done
@cssmagic cssmagic added the Doc label Aug 8, 2018
@cssmagic cssmagic mentioned this issue Aug 20, 2018
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant