diff --git a/pkg/smartcontract/manifest/standard/nep11.go b/pkg/smartcontract/manifest/standard/nep11.go index e769bbb47..3d896a0ff 100644 --- a/pkg/smartcontract/manifest/standard/nep11.go +++ b/pkg/smartcontract/manifest/standard/nep11.go @@ -103,7 +103,7 @@ var nep11Divisible = &Standard{ Parameters: []manifest.Parameter{ {Name: "tokenId", Type: smartcontract.ByteArrayType}, }, - ReturnType: smartcontract.AnyType, + ReturnType: smartcontract.InteropInterfaceType, // iterator Safe: true, }, {