frostfs-node/pkg/morph/client/balance
Evgenii Stratonikov 2d5d4093be
[#1537] morph: Use (user.ID).ScriptHash() where possible
Pick up changes from TrueCloudLab/frostfs-sdk-go#198.

gopatch:
```
@@
var user expression
@@
-address.StringToUint160(user.EncodeToString())
+user.ScriptHash()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-12-04 13:25:44 +03:00
..
balanceOf.go [#1537] morph: Use (user.ID).ScriptHash() where possible 2024-12-04 13:25:44 +03:00
burn.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
client.go [#1535] morph: Unify client creation error messages 2024-12-04 09:50:20 +00:00
decimals.go [#1535] morph: Unify test invoke error messages 2024-12-04 09:50:20 +00:00
lock.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
mint.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
transfer.go [#1537] morph: Use (user.ID).ScriptHash() where possible 2024-12-04 13:25:44 +03:00