mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 11:41:48 +00:00
rpc/client: add minimalistic websocket client
This commit is contained in:
parent
a458a17748
commit
3de48d7d90
5 changed files with 230 additions and 11 deletions
|
@ -482,7 +482,7 @@ func (c *Client) TransferAsset(asset util.Uint256, address string, amount util.F
|
|||
Address: address,
|
||||
Value: amount,
|
||||
WIF: c.WIF(),
|
||||
Balancer: c.balancer,
|
||||
Balancer: c.opts.Balancer,
|
||||
}
|
||||
resp util.Uint256
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue