ntGetBocHash function

String ntGetBocHash({
  1. required String boc,
})

Returns hash of decoded boc or throws error

Implementation

String ntGetBocHash({required String boc}) =>
    NekotonBridge.instance.api.crateApiMergedNtGetBocHash(boc: boc);