unsubscribeScripthash method

Future<bool> unsubscribeScripthash(
  1. dynamic scripthash
)

Implementation

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