stream filter name length

+1 vote

Hi,

 

I get an error when using:

 

{"method" : "liststreamfilters", "params":["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]}

 

--> "message""Could not parse filter key: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

 

Seems that more than 32 chars for a stream filter name are not allowed?

Is this somewhere documented?

 

Thanks

asked Jan 29, 2020 by ironmanager

1 Answer

+1 vote
Yes, there is a maximum length of 32 characters for all entity names – assets, streams, filters, upgrades. Regarding streams this is documented here:

https://www.multichain.com/developers/data-streams/
answered Jan 31, 2020 by MultiChain
thanks! didn't find it ;)
...