forked from TrueCloudLab/neoneo-go
smartcontract: improve package documentation
This commit is contained in:
parent
3c5a720e3a
commit
848d68fba8
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
/*
|
/*
|
||||||
Package smartcontract contains functions to deal with widely used scripts.
|
Package smartcontract contains functions to deal with widely used scripts and NEP-14 Parameters.
|
||||||
Neo is all about various executed code, verifications and executions of
|
Neo is all about various executed code, verifications and executions of
|
||||||
transactions need some NeoVM code and this package simplifies creating it
|
transactions need NeoVM code and this package simplifies creating it
|
||||||
for common tasks like multisignature verification scripts or transaction
|
for common tasks like multisignature verification scripts or transaction
|
||||||
entry scripts that call previously deployed contracts.
|
entry scripts that call previously deployed contracts. Another problem related
|
||||||
|
to scripts and invocations is that RPC invocations use JSONized NEP-14
|
||||||
|
parameters, so this package provides types and methods to deal with that too.
|
||||||
*/
|
*/
|
||||||
package smartcontract
|
package smartcontract
|
||||||
|
|
Loading…
Reference in a new issue