add GetTx template.
This commit is contained in:
parent
2e6b618355
commit
5c5e125a9c
@ -122,6 +122,7 @@ NAN_METHOD(IsStopping);
|
|||||||
NAN_METHOD(IsStopped);
|
NAN_METHOD(IsStopped);
|
||||||
NAN_METHOD(StopBitcoind);
|
NAN_METHOD(StopBitcoind);
|
||||||
NAN_METHOD(GetBlock);
|
NAN_METHOD(GetBlock);
|
||||||
|
NAN_METHOD(GetTx);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
async_start_node_work(uv_work_t *req);
|
async_start_node_work(uv_work_t *req);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user