Hi. I have a quick question about release.
For the release, recipient should follow this step below. But I don't know about " uint[] _timestamp, uint[] _value "
Then recipient should call release to get his balance using: function release(uint[] _timestamp, uint[] _value) Should be in order timestamp[n] -> value[n]
what exactly should I put in? I already follow others putting recipient address and timestamp(unixtimestamp). what is I need to put in on release function. I tried putting in [0] on _timestamp and [0] on _value but not working
Hi. I have a quick question about release.
For the release, recipient should follow this step below. But I don't know about " uint[] _timestamp, uint[] _value "
what exactly should I put in? I already follow others putting recipient address and timestamp(unixtimestamp). what is I need to put in on release function. I tried putting in [0] on _timestamp and [0] on _value but not working