neoneo-go/pkg/rpcclient/nep11
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
..
base.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
base_test.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
divisible.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
divisible_test.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
nondivisible.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
nondivisible_test.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00