mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 13:41:47 +00:00
32ebb4a90d
Move the last remaining script-related things out of the rpcclient.
8 lines
377 B
Go
8 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
|