paramsCount property
The number of params that make up the 'unique' request signature that can
be matched to notification signature. For example,
blockchain.scripthash.subscribe has a request signature that looks like
this:
scripthash
Meanwhile, the notification signature looks like this:
scripthash, status
The paramsCount should be set to 1 to slice just the first param.
Implementation
final int paramsCount;