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
Currently only VarUInt16 is supported as coins, but some cases require other variations of variable-sized integers, like VarUInt32 for extra currency operations. Actually, it'd be good to also add VarInt16 and VarInt32 to have all the available types implemented (TVM only has instructions for 16 and 32). Also we should probably support VarUInt16 as another name for coins to support backwards compatibility.
Currently only
VarUInt16
is supported ascoins
, but some cases require other variations of variable-sized integers, likeVarUInt32
for extra currency operations. Actually, it'd be good to also addVarInt16
andVarInt32
to have all the available types implemented (TVM only has instructions for 16 and 32). Also we should probably supportVarUInt16
as another name forcoins
to support backwards compatibility.Related issue: #986
The text was updated successfully, but these errors were encountered: