Closed AgwaB closed 5 years ago
resolved: #255
details: Add abi/type proto
Now, we use jsut int, bool, string. and int is basically int64 because the maximum value of our stack is int64.
int
bool
string
int64
It is really basic Implementation what we need right now! I considered we can add something new type(koa defined) later
resolved: #255
details: Add abi/type proto
Now, we use jsut
int
,bool
,string
. andint
is basicallyint64
because the maximum value of our stack is int64.It is really basic Implementation what we need right now! I considered we can add something new type(koa defined) later