This API is awkward:
|
log('DEPLOY RETURN DATA', {args, cost, rawData: data}) |
fortunately, the log is handled with ocap discipline (i.e. as an effect) so I was able to interpose a log object that does what I need:
https://github.com/rchain-community/rnode-client-js/blob/ballot-ui/src/web/ballot.js#L189-L200