neo-go/pkg/smartcontract
Roman Khimov 238c590ddb core: fix contract state's Properties to use PropertyState
PublishTX only had one of these flags, but newer contracts (created via the
interop function) can have more and these flags are aggregated into one field
that uses PropertyState enumeration (it's used to publish contract, so
supposedly it's also a nice choice for contract state storage).
2019-10-15 12:56:25 +03:00
..
contract.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
contract_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
param_context.go core: fix contract state's Properties to use PropertyState 2019-10-15 12:56:25 +03:00