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

Fixed typo and remove GetTrigger #58

Merged
merged 1 commit into from
May 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Ontology_smart_contract_API_for_Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| ontology.interop.Ontology.Header | GetMerkleRoot | header | get the merkle root of the transactions contained in the block |
| ontology.interop.Ontology.Header | GetConsensusData | header | get the address of the consensus |
| ontology.interop.Ontology.Header | GetNextConsensus | header | get the address where the next consensus will occur |
| ontology.interop.Ontology.Native | Invoke | param,method,contractAddress,ver | nvoke native contract |
| ontology.interop.Ontology.Native | Invoke | param,method,contractAddress,ver | invoke native contract |
| ontology.interop.Ontology.Runtime | Base58ToAddress | arg | transfer base58 address to byte array |
| ontology.interop.Ontology.Runtime | AddressToBase58 | arg | byte array address to base58 |
| ontology.interop.Ontology.Runtime | GetCurrentBlockHash | | get current block hash |
Expand All @@ -36,7 +36,6 @@
| ontology.interop.System.Header | GetBlockHash | header | get the hash of header |
| ontology.interop.System.Header | GetPrevHash | header | get the hash of the previous header in the blockchain |
| ontology.interop.System.Header | GetTimestamp | header | get the timestamp of when the header was created |
| ontology.interop.System.Runtime | GetTrigger | | get trigger |
| ontology.interop.System.Runtime | CheckWitness | hash_or_pubkey | check the witness of address |
| ontology.interop.System.Runtime | Log | message | print log on node |
| ontology.interop.System.Runtime | Notify | arg | add notify to event |
Expand Down