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
This API is awkward:
rnode-client-js/src/web/rnode-actions.js
Line 90 in e4d97ee
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