1 package btcjson 2 3 4 // UnusableFlags are the command usage flags which this utility are not able to use. In particular it doesn't support 5 // websockets and consequently notifications. 6 const UnusableFlags = UFWebsocketOnly | UFNotification 7