Extract public key from boc and return it or throw error
String ntExtractPublicKey({required String boc}) => NekotonBridge.instance.api.crateApiMergedNtExtractPublicKey(boc: boc);