Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
promise.hpp
Go to the documentation of this file.
1
2#pragma once
3
5#include "napi.h"
6
7namespace bb::nodejs {
8Napi::Promise promise_reject(const Napi::Env& env, const Napi::Value& err);
9}
Napi::Promise promise_reject(const Napi::Env &env, const Napi::Value &err)
Definition promise.cpp:6