neoneo-go/pkg/rpc/client
Evgenii Stratonikov 2dd6ef964e cli: allow to transfer multiple tokens in multitransfer
Like this:
./neogo wallet nep5 multitransfer -w wallet1_solo.json
  --from NVNvVRW5Q5naSx2k2iZm7xRgtRNGuZppAK -r http://127.0.0.1:30333
    neo:NYqxsNMHxDg3T19APYP27mBZFfauC4zngR:2
    neo:NVNvVRW5Q5naSx2k2iZm7xRgtRNGuZppAK:3
    gas:NYqxsNMHxDg3T19APYP27mBZFfauC4zngR:2
2020-08-04 10:36:06 +03:00
..
client.go client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
doc.go rpc: drop getaccountstate method 2020-06-05 19:20:16 +03:00
doc_test.go client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
nep5.go cli: allow to transfer multiple tokens in multitransfer 2020-08-04 10:36:06 +03:00
policy.go core: decouple native contracts from interop service 2020-07-29 10:33:18 +03:00
rpc.go rpc: adjust submitblock RPC-call 2020-07-22 08:37:53 +03:00
rpc_test.go manifest: remove EntryPoint from manifest 2020-07-27 11:08:01 +03:00
wsclient.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
wsclient_test.go rpc: adjust getrawtransaction RPC-call JSON fields names 2020-07-15 14:44:13 +03:00