State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
| const pkcs11 = require("pkcs11js"); | |
| const ffi = require("ffi"); | |
| const ref = require("ref"); | |
| const ArrayType = require('ref-array') | |
| const StructType = require("ref-struct"); | |
| const KEYPAIR_ID = Buffer.from("GOST keypair"); | |
| // PKCS11 types | |
| const CK_BYTE = ref.types.byte; |