neoneo-go/cli/wallet
Roman Khimov 194933a5cc rpcclient: provide nep11 package for NEP-11 tokens
Unfortunately Go doesn't allow to easily reuse readers in full packages, still
we can have this wrapper with a little overhead (the alternative is to move
specific methods into types of their own, but I'm not sure how it's going to
be accepted user-side).
2022-08-19 10:37:22 +03:00
..
legacy.go cli: allow to specify wallet via configuration file 2022-07-04 12:57:47 +03:00
legacy_test.go slice: introduce common Copy helper 2021-07-19 22:57:55 +03:00
multisig.go cli: add excessive arguments checks 2022-08-05 15:50:12 +03:00
nep11.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
nep17.go rpcclient: introduce NEO wrapper 2022-08-17 22:03:09 +03:00
validator.go rpcclient: introduce NEO wrapper 2022-08-17 22:03:09 +03:00
wallet.go rpcclient: introduce NEO wrapper 2022-08-17 22:03:09 +03:00