Hello Devs,
I am working on stream filter and trying to implement stream filter through nodejs rest api which willl require creatfrom ad approvefrom methods in nodejs to test so just wanted to no where would i get all this method?
And
How can i deploy this filter through nodejs api rather then using cli mode?
create txfilter filter1 '{}' 'function filtertransaction() { var tx=getfiltertransaction(); if (tx.create) return "Stream creation temporarily disabled"; }'