UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

9 lines (8 loc) 238 B
module.exports = dvf => action => (sendArgsArray = [], value = null, options) => dvf.eth.send( dvf.contract.abi.getDVFInterface(), dvf.config.DVF.registrationAndDepositInterfaceAddress, action, sendArgsArray, value, options )