Add string type argument support in morph/client #3

Closed
opened 2025-12-28 17:18:09 +00:00 by sami · 0 comments
Owner

Originally created by @alexvanin on GitHub (Sep 10, 2020).

Some smart-contracts have strings as method arguments. While VM can interpret any []byte as strings in contracts, this can be changed later with stronger typing.

toStackParamether method converts native go types to smartcontract.Parameter and it should support strings.

Originally created by @alexvanin on GitHub (Sep 10, 2020). Some smart-contracts have strings as method arguments. While VM can interpret any `[]byte` as strings in contracts, this can be changed later with stronger typing. `toStackParamether` method converts native go types to `smartcontract.Parameter` and it should support strings.
sami 2025-12-28 17:18:09 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#3
No description provided.