near-runtime-ts icon indicating copy to clipboard operation
near-runtime-ts copied to clipboard

Update runtime api to match spec

Open willemneal opened this issue 5 years ago • 0 comments

Currently functions that return error codes in the spec are declared to be void, e.g. if input was

  • not provided return 0;
  • provided returns 1, even if it is zero bytes.

willemneal avatar Jan 16 '20 20:01 willemneal