9 lines
377 B
Go
9 lines
377 B
Go
|
/*
|
||
|
Package smartcontract contains functions to deal with widely used scripts.
|
||
|
Neo is all about various executed code, verifications and executions of
|
||
|
transactions need some NeoVM code and this package simplifies creating it
|
||
|
for common tasks like multisignature verification scripts or transaction
|
||
|
entry scripts that call previously deployed contracts.
|
||
|
*/
|
||
|
package smartcontract
|