Returns hash of decoded boc or throws error
Future<String> getBocHash(String boc) { return createLib().getBocHash(boc: boc); }