Future<bool> unsubscribeScripthash(scripthash) async => await request( 'blockchain.scripthash.unsubscribe', [scripthash], ) as bool;