You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code on the bottom should decode the return value of contract function function read(string globalName, uint i) returns (string vid, string pid, string suk, string vuk) as:
The code on the bottom should decode the return value of contract function
function read(string globalName, uint i) returns (string vid, string pid, string suk, string vuk)
as:def1
ghi1
jkl1
mno2
but shows:
def1
jkl1
Did I miss anything?
Thanks,
Jonathan
The text was updated successfully, but these errors were encountered: