11 lines
230 B
JavaScript
11 lines
230 B
JavaScript
'use strict'
|
|
|
|
// The primary methods needed are:
|
|
|
|
// getInfo
|
|
// getRawTransaction
|
|
// sendRawTransaction
|
|
// getTransaction
|
|
// Wallet functionality isn't needed, and libbitcoind.so could be compiled with the --disable-wallet flag.
|
|
|