multichain.create({
type: "streamfilter",
name: "filtt1",
restrictions:{},
//"js-code":''
"js-code":'function filterstreamitem() { var item=getfilterstreamitem(); if (item.keys.length<2) return "At least two keys required";}'
})
is this the right way to pass?
facing this error
{ code: -8,
message: 'Invalid restrictions, should be object or boolean false' }