github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/smartcontract/doc.go (about) 1 /* 2 Package smartcontract contains functions to deal with widely used scripts and NEP-14 Parameters. 3 Neo is all about various executed code, verifications and executions of 4 transactions need NeoVM code and this package simplifies creating it 5 for common tasks like multisignature verification scripts or transaction 6 entry scripts that call previously deployed contracts. Another problem related 7 to scripts and invocations is that RPC invocations use JSONized NEP-14 8 parameters, so this package provides types and methods to deal with that too. 9 */ 10 package smartcontract