Add stackitem.Convertible support to unwrap package #1170

Open
opened 2025-12-28 17:15:29 +00:00 by sami · 3 comments
Owner

Originally created by @AnnaShaleva on GitHub (Aug 22, 2023).

The interface may look like:

func Convertible(expected stackitem.Convertible, r *result.Invoke, err error) (stackitem.Convertible, error)
Originally created by @AnnaShaleva on GitHub (Aug 22, 2023). The interface may look like: ``` func Convertible(expected stackitem.Convertible, r *result.Invoke, err error) (stackitem.Convertible, error) ```
Author
Owner

@AnnaShaleva commented on GitHub (Aug 22, 2023):

Ref. https://github.com/nspcc-dev/neofs-node/pull/2523#discussion_r1301955952.

@AnnaShaleva commented on GitHub (Aug 22, 2023): Ref. https://github.com/nspcc-dev/neofs-node/pull/2523#discussion_r1301955952.
Author
Owner

@roman-khimov commented on GitHub (Aug 22, 2023):

Likely we can handle this with generics more easily now.

@roman-khimov commented on GitHub (Aug 22, 2023): Likely we can handle this with generics more easily now.
Author
Owner

@AnnaShaleva commented on GitHub (Jan 9, 2024):

Also may be useful to add support for https://github.com/nspcc-dev/neo-go/issues/3285.

@AnnaShaleva commented on GitHub (Jan 9, 2024): Also may be useful to add support for https://github.com/nspcc-dev/neo-go/issues/3285.
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/neo-go#1170
No description provided.