smartcontract: improve package documentation

This commit is contained in:
Roman Khimov 2022-07-27 19:04:09 +03:00
parent 3c5a720e3a
commit 848d68fba8

View file

@ -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
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
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