neoneo-go/pkg/rpcclient/neo
Roman Khimov e1fe76137e rpcclient: use separate reader/writer structs in nep11 and nep17
Which greatly simplifies reuse of these packages (and they're expected to be
reused since real tokens implement standards and also add something of their
own) and allows to avoid effects like

  doc_test.go:68:28: ambiguous selector neoContract.BalanceOf

when neo.Contract is used. Avoids duplication in NEP-11 implementation as
well.
2022-09-08 14:33:03 +03:00
..
neo.go rpcclient: use separate reader/writer structs in nep11 and nep17 2022-09-08 14:33:03 +03:00
neo_test.go rpcclient: introduce NEO wrapper 2022-08-17 22:03:09 +03:00