forked from TrueCloudLab/neoneo-go
16d1d1e5eb
RPC binding config may be malformed or the source .go contract may contain structures like this: ``` type Str struct { Field int field int } ``` We need to recognise these cases and return error. otherwise the resulting binding can't be compiled. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> |
||
---|---|---|
.. | ||
testdata | ||
contract_test.go | ||
generate.go | ||
generate_test.go | ||
manifest.go | ||
permission.go | ||
smart_contract.go | ||
smart_contract_test.go |