From b21c80bcffffc7a2f520eb09882630f05295d906 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 3 May 2016 03:57:11 -0700 Subject: [PATCH] update docs. --- docs/AbstractBlock.html | 2 +- docs/Address.html | 2 +- docs/BST.html | 2 +- docs/Block.html | 2 +- docs/Bloom.html | 2 +- docs/BufferReader.html | 2 +- docs/BufferWriter.html | 2 +- docs/Chain.html | 2 +- docs/ChainBlock.html | 2 +- docs/ChainDB.html | 2 +- docs/Coin.html | 2 +- docs/CoinView.html | 2 +- docs/Coins.html | 2 +- docs/CompactBlock.html | 2 +- docs/Environment.html | 2 +- docs/Framer.html | 2 +- docs/Fullnode.html | 2 +- docs/HD.html | 2 +- docs/HDPrivateKey.html | 2 +- docs/HDPublicKey.html | 2 +- docs/HTTPBase.html | 2 +- docs/HTTPClient.html | 2 +- docs/HTTPProvider.html | 2 +- docs/HTTPServer.html | 2 +- docs/Headers.html | 2 +- docs/Input.html | 2 +- docs/KeyPair.html | 2 +- docs/LRU.html | 2 +- docs/LoadRequest.html | 2 +- docs/Locker.html | 2 +- docs/LowlevelUp.html | 2 +- docs/MTX.html | 2 +- docs/Master.html | 2 +- docs/Mempool.html | 2 +- docs/MerkleBlock.html | 2 +- docs/Miner.html | 2 +- docs/MinerBlock.html | 2 +- docs/Mnemonic.html | 2 +- docs/Node.html | 2 +- docs/Output.html | 2 +- docs/Parser.html | 2 +- docs/Peer.html | 2 +- docs/Pool.html | 2 +- docs/Profile.html | 2 +- docs/Provider.html | 2 +- docs/SPVNode.html | 2 +- docs/Script.html | 2 +- docs/ScriptError.html | 2 +- docs/Snapshot.html | 2 +- docs/Stack.html | 2 +- docs/TX.html | 2 +- docs/TXDB.html | 2 +- docs/TimeData.html | 2 +- docs/VerifyError.html | 2 +- docs/Wallet.html | 2 +- docs/WalletDB.html | 2 +- docs/Witness.html | 2 +- docs/Worker.html | 2 +- docs/Workers.html | 2 +- docs/bcoin.js.html | 2 +- docs/bcoin_abstractblock.js.html | 2 +- docs/bcoin_address.js.html | 2 +- docs/bcoin_aes.js.html | 2 +- docs/bcoin_block.js.html | 2 +- docs/bcoin_bloom.js.html | 2 +- docs/bcoin_bst.js.html | 2 +- docs/bcoin_chain.js.html | 2 +- docs/bcoin_chainblock.js.html | 2 +- docs/bcoin_chaindb.js.html | 2 +- docs/bcoin_coin.js.html | 2 +- docs/bcoin_coins.js.html | 2 +- docs/bcoin_coinview.js.html | 2 +- docs/bcoin_compactblock.js.html | 2 +- docs/bcoin_ec.js.html | 2 +- docs/bcoin_env.js.html | 2 +- docs/bcoin_errors.js.html | 2 +- docs/bcoin_fullnode.js.html | 2 +- docs/bcoin_hd.js.html | 2 +- docs/bcoin_headers.js.html | 2 +- docs/bcoin_http_base.js.html | 2 +- docs/bcoin_http_client.js.html | 2 +- docs/bcoin_http_provider.js.html | 2 +- docs/bcoin_http_request.js.html | 2 +- docs/bcoin_http_server.js.html | 2 +- docs/bcoin_input.js.html | 2 +- docs/bcoin_keypair.js.html | 2 +- docs/bcoin_ldb.js.html | 2 +- docs/bcoin_locker.js.html | 2 +- docs/bcoin_lowlevelup.js.html | 2 +- docs/bcoin_lru.js.html | 2 +- docs/bcoin_mempool.js.html | 2 +- docs/bcoin_merkleblock.js.html | 2 +- docs/bcoin_miner.js.html | 2 +- docs/bcoin_mtx.js.html | 2 +- docs/bcoin_node.js.html | 2 +- docs/bcoin_output.js.html | 2 +- docs/bcoin_peer.js.html | 2 +- docs/bcoin_pool.js.html | 2 +- docs/bcoin_profiler.js.html | 2 +- docs/bcoin_protocol_constants.js.html | 2 +- docs/bcoin_protocol_framer.js.html | 2 +- docs/bcoin_protocol_network.js.html | 2 +- docs/bcoin_protocol_parser.js.html | 2 +- docs/bcoin_reader.js.html | 2 +- docs/bcoin_script.js.html | 2 +- docs/bcoin_spvnode.js.html | 2 +- docs/bcoin_timedata.js.html | 2 +- docs/bcoin_tx.js.html | 2 +- docs/bcoin_txdb.js.html | 2 +- docs/bcoin_types.js.html | 2 +- docs/bcoin_uri.js.html | 2 +- docs/bcoin_utils.js.html | 2 +- docs/bcoin_wallet.js.html | 2 +- docs/bcoin_walletdb.js.html | 2 +- docs/bcoin_workers.js.html | 2 +- docs/bcoin_writer.js.html | 2 +- docs/global.html | 2 +- docs/index.html | 2 +- docs/module-bcoin.html | 2 +- docs/module-constants.html | 2 +- docs/module-ec.html | 2 +- docs/module-ldb.html | 2 +- docs/module-network.html | 2 +- docs/module-profiler.html | 2 +- docs/module-request.html | 2 +- docs/module-uri.html | 2 +- docs/module-utils.html | 2 +- docs/module.exports-Framer.html | 2 +- docs/module.exports-Parser.html | 2 +- 129 files changed, 129 insertions(+), 129 deletions(-) diff --git a/docs/AbstractBlock.html b/docs/AbstractBlock.html index c522911..ce8364b 100644 --- a/docs/AbstractBlock.html +++ b/docs/AbstractBlock.html @@ -1393,7 +1393,7 @@ set with properties reason and score.


diff --git a/docs/Address.html b/docs/Address.html index 70f17a3..4611513 100644 --- a/docs/Address.html +++ b/docs/Address.html @@ -5129,7 +5129,7 @@ it will attempt to sign all redeemable inputs.


diff --git a/docs/BST.html b/docs/BST.html index 1034ff9..cc59119 100644 --- a/docs/BST.html +++ b/docs/BST.html @@ -3473,7 +3473,7 @@ Many of its options, parameters and methods mimic the leveldown interface.


diff --git a/docs/Block.html b/docs/Block.html index f553d03..c858964 100644 --- a/docs/Block.html +++ b/docs/Block.html @@ -5414,7 +5414,7 @@ set with properties reason and score.


diff --git a/docs/Bloom.html b/docs/Bloom.html index 21a735f..d2a191c 100644 --- a/docs/Bloom.html +++ b/docs/Bloom.html @@ -1398,7 +1398,7 @@ suitable for transmission on the network.


diff --git a/docs/BufferReader.html b/docs/BufferReader.html index 3287417..0573b9e 100644 --- a/docs/BufferReader.html +++ b/docs/BufferReader.html @@ -4488,7 +4488,7 @@ a uint64be as a js number. Maintain the sign.


diff --git a/docs/BufferWriter.html b/docs/BufferWriter.html index c2f2a73..7f3e226 100644 --- a/docs/BufferWriter.html +++ b/docs/BufferWriter.html @@ -3719,7 +3719,7 @@ without actually serializing any data.


diff --git a/docs/Chain.html b/docs/Chain.html index d74b6a9..06ac9cf 100644 --- a/docs/Chain.html +++ b/docs/Chain.html @@ -8478,7 +8478,7 @@ hits a retarget diff interval.


diff --git a/docs/ChainBlock.html b/docs/ChainBlock.html index a4bb4f3..a45e134 100644 --- a/docs/ChainBlock.html +++ b/docs/ChainBlock.html @@ -4240,7 +4240,7 @@ suitable for JSON serialization.


diff --git a/docs/ChainDB.html b/docs/ChainDB.html index 9b220e8..b51507d 100644 --- a/docs/ChainDB.html +++ b/docs/ChainDB.html @@ -6685,7 +6685,7 @@ database and potentially connect the inputs.


diff --git a/docs/Coin.html b/docs/Coin.html index a3a214e..5afc4b4 100644 --- a/docs/Coin.html +++ b/docs/Coin.html @@ -2906,7 +2906,7 @@ of little-endian uint256s.


diff --git a/docs/CoinView.html b/docs/CoinView.html index 01baf8d..12451da 100644 --- a/docs/CoinView.html +++ b/docs/CoinView.html @@ -1558,7 +1558,7 @@ be spent when filling.


diff --git a/docs/Coins.html b/docs/Coins.html index 822bfe2..e673d90 100644 --- a/docs/Coins.html +++ b/docs/Coins.html @@ -2268,7 +2268,7 @@ be spent when filling.


diff --git a/docs/CompactBlock.html b/docs/CompactBlock.html index 91a52f6..cb36260 100644 --- a/docs/CompactBlock.html +++ b/docs/CompactBlock.html @@ -996,7 +996,7 @@ extracted in actuality).


diff --git a/docs/Environment.html b/docs/Environment.html index a5671c7..18ac36e 100644 --- a/docs/Environment.html +++ b/docs/Environment.html @@ -2778,7 +2778,7 @@ the worker pool (default=6).


diff --git a/docs/Framer.html b/docs/Framer.html index 4ad2632..f46c112 100644 --- a/docs/Framer.html +++ b/docs/Framer.html @@ -13798,7 +13798,7 @@ See Framer.verack.


diff --git a/docs/Fullnode.html b/docs/Fullnode.html index 657881d..39028a3 100644 --- a/docs/Fullnode.html +++ b/docs/Fullnode.html @@ -4227,7 +4227,7 @@ node.sendTX(tx, true, callback);
diff --git a/docs/HD.html b/docs/HD.html index 881500e..de9c147 100644 --- a/docs/HD.html +++ b/docs/HD.html @@ -1422,7 +1422,7 @@ mnemonic, mnemonic options.


diff --git a/docs/HDPrivateKey.html b/docs/HDPrivateKey.html index 76f5113..59824d9 100644 --- a/docs/HDPrivateKey.html +++ b/docs/HDPrivateKey.html @@ -4312,7 +4312,7 @@ for passing to the HDPrivateKey constructor).


diff --git a/docs/HDPublicKey.html b/docs/HDPublicKey.html index 39d5967..35c39fd 100644 --- a/docs/HDPublicKey.html +++ b/docs/HDPublicKey.html @@ -2788,7 +2788,7 @@ should be hardened (throws if true).


diff --git a/docs/HTTPBase.html b/docs/HTTPBase.html index 17e9977..624bc29 100644 --- a/docs/HTTPBase.html +++ b/docs/HTTPBase.html @@ -1529,7 +1529,7 @@
diff --git a/docs/HTTPClient.html b/docs/HTTPClient.html index 9103936..d66eeef 100644 --- a/docs/HTTPClient.html +++ b/docs/HTTPClient.html @@ -6344,7 +6344,7 @@ is available in the wallet history).


diff --git a/docs/HTTPProvider.html b/docs/HTTPProvider.html index 5953407..8e862ed 100644 --- a/docs/HTTPProvider.html +++ b/docs/HTTPProvider.html @@ -1639,7 +1639,7 @@
diff --git a/docs/HTTPServer.html b/docs/HTTPServer.html index 1fb5479..3d6d463 100644 --- a/docs/HTTPServer.html +++ b/docs/HTTPServer.html @@ -1039,7 +1039,7 @@
diff --git a/docs/Headers.html b/docs/Headers.html index c2f8fe7..cf035d8 100644 --- a/docs/Headers.html +++ b/docs/Headers.html @@ -2425,7 +2425,7 @@ set with properties reason and score.


diff --git a/docs/Input.html b/docs/Input.html index 20f9774..8e8f8ae 100644 --- a/docs/Input.html +++ b/docs/Input.html @@ -3083,7 +3083,7 @@ of little-endian uint256s.


diff --git a/docs/KeyPair.html b/docs/KeyPair.html index fdcedef..92437fd 100644 --- a/docs/KeyPair.html +++ b/docs/KeyPair.html @@ -2145,7 +2145,7 @@ for JSON serialization.


diff --git a/docs/LRU.html b/docs/LRU.html index 464ebda..b71c4fb 100644 --- a/docs/LRU.html +++ b/docs/LRU.html @@ -1387,7 +1387,7 @@
diff --git a/docs/LoadRequest.html b/docs/LoadRequest.html index ead595d..00a2e70 100644 --- a/docs/LoadRequest.html +++ b/docs/LoadRequest.html @@ -463,7 +463,7 @@ Remove from queue and map. Clear timeout.


diff --git a/docs/Locker.html b/docs/Locker.html index 94ad657..e283a07 100644 --- a/docs/Locker.html +++ b/docs/Locker.html @@ -960,7 +960,7 @@ to resolve the queue.


diff --git a/docs/LowlevelUp.html b/docs/LowlevelUp.html index 0e50a3d..2a1efc2 100644 --- a/docs/LowlevelUp.html +++ b/docs/LowlevelUp.html @@ -1843,7 +1843,7 @@ lowers memory usage.


diff --git a/docs/MTX.html b/docs/MTX.html index 1f1efc3..e8a5eb6 100644 --- a/docs/MTX.html +++ b/docs/MTX.html @@ -11868,7 +11868,7 @@ if coinbase). Note that this is not cached.


diff --git a/docs/Master.html b/docs/Master.html index bdd69ac..ecc777f 100644 --- a/docs/Master.html +++ b/docs/Master.html @@ -1133,7 +1133,7 @@ it with the worker ID.


diff --git a/docs/Mempool.html b/docs/Mempool.html index 8b64d40..f84e45c 100644 --- a/docs/Mempool.html +++ b/docs/Mempool.html @@ -6298,7 +6298,7 @@ named "DoesThisTransactionExist()".


diff --git a/docs/MerkleBlock.html b/docs/MerkleBlock.html index 9e9cbe4..737af79 100644 --- a/docs/MerkleBlock.html +++ b/docs/MerkleBlock.html @@ -3294,7 +3294,7 @@ MerkleBlock#tx and into MerkleBlock#txMap.


diff --git a/docs/Miner.html b/docs/Miner.html index eb6d264..06a6602 100644 --- a/docs/Miner.html +++ b/docs/Miner.html @@ -1273,7 +1273,7 @@ for faster linked code.


diff --git a/docs/MinerBlock.html b/docs/MinerBlock.html index 6cba959..70b6e5b 100644 --- a/docs/MinerBlock.html +++ b/docs/MinerBlock.html @@ -1530,7 +1530,7 @@ if segwit is enabled).


diff --git a/docs/Mnemonic.html b/docs/Mnemonic.html index 1923c6e..55ac180 100644 --- a/docs/Mnemonic.html +++ b/docs/Mnemonic.html @@ -906,7 +906,7 @@ key stretching (empty string if not present).


diff --git a/docs/Node.html b/docs/Node.html index 7bb7e8d..8aa268d 100644 --- a/docs/Node.html +++ b/docs/Node.html @@ -203,7 +203,7 @@ Node-like object inherits.


diff --git a/docs/Output.html b/docs/Output.html index 27daeee..34ce476 100644 --- a/docs/Output.html +++ b/docs/Output.html @@ -1952,7 +1952,7 @@ for JSON serialization.


diff --git a/docs/Parser.html b/docs/Parser.html index f525e35..66e53a4 100644 --- a/docs/Parser.html +++ b/docs/Parser.html @@ -6896,7 +6896,7 @@ of {cmd:String, length:Number, checksum:Number}.


diff --git a/docs/Peer.html b/docs/Peer.html index e61d12e..c96730f 100644 --- a/docs/Peer.html +++ b/docs/Peer.html @@ -3693,7 +3693,7 @@ will use options.createSocket if provided.


diff --git a/docs/Pool.html b/docs/Pool.html index 3582dd9..e23f1e0 100644 --- a/docs/Pool.html +++ b/docs/Pool.html @@ -6896,7 +6896,7 @@ or timeout.


diff --git a/docs/Profile.html b/docs/Profile.html index 207b774..b1392e6 100644 --- a/docs/Profile.html +++ b/docs/Profile.html @@ -513,7 +513,7 @@
diff --git a/docs/Provider.html b/docs/Provider.html index 1c47426..f7bed36 100644 --- a/docs/Provider.html +++ b/docs/Provider.html @@ -2941,7 +2941,7 @@ implementing a provider).


diff --git a/docs/SPVNode.html b/docs/SPVNode.html index d12ec2e..ad581fb 100644 --- a/docs/SPVNode.html +++ b/docs/SPVNode.html @@ -1919,7 +1919,7 @@ bitcoind nodes).


diff --git a/docs/Script.html b/docs/Script.html index 3436fbe..34a4ede 100644 --- a/docs/Script.html +++ b/docs/Script.html @@ -14266,7 +14266,7 @@ code separators are present.


diff --git a/docs/ScriptError.html b/docs/ScriptError.html index 0a3e257..b2ee2c5 100644 --- a/docs/ScriptError.html +++ b/docs/ScriptError.html @@ -444,7 +444,7 @@ potentially pertaining to Script execution.


diff --git a/docs/Snapshot.html b/docs/Snapshot.html index 11a3362..e0db20c 100644 --- a/docs/Snapshot.html +++ b/docs/Snapshot.html @@ -680,7 +680,7 @@
diff --git a/docs/Stack.html b/docs/Stack.html index e9f3587..bf30d87 100644 --- a/docs/Stack.html +++ b/docs/Stack.html @@ -4556,7 +4556,7 @@ the top of the stack.


diff --git a/docs/TX.html b/docs/TX.html index 94036f4..02fb80e 100644 --- a/docs/TX.html +++ b/docs/TX.html @@ -9210,7 +9210,7 @@ if coinbase).


diff --git a/docs/TXDB.html b/docs/TXDB.html index 507fb0b..ff437db 100644 --- a/docs/TXDB.html +++ b/docs/TXDB.html @@ -7271,7 +7271,7 @@ to disconnect.


diff --git a/docs/TimeData.html b/docs/TimeData.html index 52a5ead..0183018 100644 --- a/docs/TimeData.html +++ b/docs/TimeData.html @@ -608,7 +608,7 @@ and calculates what to offset our system clock's time by.


diff --git a/docs/VerifyError.html b/docs/VerifyError.html index f827e63..0570b45 100644 --- a/docs/VerifyError.html +++ b/docs/VerifyError.html @@ -433,7 +433,7 @@ block verification error. Ultimately used to send
diff --git a/docs/Wallet.html b/docs/Wallet.html index d1bff4c..3d29e70 100644 --- a/docs/Wallet.html +++ b/docs/Wallet.html @@ -11518,7 +11518,7 @@ master key based on the passphrase option.


diff --git a/docs/WalletDB.html b/docs/WalletDB.html index b24a613..ab362c4 100644 --- a/docs/WalletDB.html +++ b/docs/WalletDB.html @@ -5269,7 +5269,7 @@ has been derived. Save to address table. Save wallet.


diff --git a/docs/Witness.html b/docs/Witness.html index d7333d0..db58074 100644 --- a/docs/Witness.html +++ b/docs/Witness.html @@ -2989,7 +2989,7 @@ a witness program.


diff --git a/docs/Worker.html b/docs/Worker.html index 122950b..c430eef 100644 --- a/docs/Worker.html +++ b/docs/Worker.html @@ -1041,7 +1041,7 @@ the worker method specifies.


diff --git a/docs/Workers.html b/docs/Workers.html index d9f1922..514a06b 100644 --- a/docs/Workers.html +++ b/docs/Workers.html @@ -1366,7 +1366,7 @@ the worker method specifies.


diff --git a/docs/bcoin.js.html b/docs/bcoin.js.html index edb5818..d3a4ed0 100644 --- a/docs/bcoin.js.html +++ b/docs/bcoin.js.html @@ -87,7 +87,7 @@ module.exports = BCoin;
diff --git a/docs/bcoin_abstractblock.js.html b/docs/bcoin_abstractblock.js.html index 1601115..cc6d425 100644 --- a/docs/bcoin_abstractblock.js.html +++ b/docs/bcoin_abstractblock.js.html @@ -210,7 +210,7 @@ return AbstractBlock;
diff --git a/docs/bcoin_address.js.html b/docs/bcoin_address.js.html index 3f16c13..f391737 100644 --- a/docs/bcoin_address.js.html +++ b/docs/bcoin_address.js.html @@ -838,7 +838,7 @@ return Address;
diff --git a/docs/bcoin_aes.js.html b/docs/bcoin_aes.js.html index 3bd9c23..148d2ad 100644 --- a/docs/bcoin_aes.js.html +++ b/docs/bcoin_aes.js.html @@ -1155,7 +1155,7 @@ var RCON = [
diff --git a/docs/bcoin_block.js.html b/docs/bcoin_block.js.html index 75f409d..626e6f8 100644 --- a/docs/bcoin_block.js.html +++ b/docs/bcoin_block.js.html @@ -704,7 +704,7 @@ return Block;
diff --git a/docs/bcoin_bloom.js.html b/docs/bcoin_bloom.js.html index 457f629..340249e 100644 --- a/docs/bcoin_bloom.js.html +++ b/docs/bcoin_bloom.js.html @@ -280,7 +280,7 @@ module.exports = Bloom;
diff --git a/docs/bcoin_bst.js.html b/docs/bcoin_bst.js.html index bb573bd..f465334 100644 --- a/docs/bcoin_bst.js.html +++ b/docs/bcoin_bst.js.html @@ -761,7 +761,7 @@ module.exports = BST;
diff --git a/docs/bcoin_chain.js.html b/docs/bcoin_chain.js.html index 9567655..9482910 100644 --- a/docs/bcoin_chain.js.html +++ b/docs/bcoin_chain.js.html @@ -2609,7 +2609,7 @@ return Chain;
diff --git a/docs/bcoin_chainblock.js.html b/docs/bcoin_chainblock.js.html index deca16d..73bf976 100644 --- a/docs/bcoin_chainblock.js.html +++ b/docs/bcoin_chainblock.js.html @@ -565,7 +565,7 @@ return ChainBlock;
diff --git a/docs/bcoin_chaindb.js.html b/docs/bcoin_chaindb.js.html index 2374a55..14a8bb9 100644 --- a/docs/bcoin_chaindb.js.html +++ b/docs/bcoin_chaindb.js.html @@ -1670,7 +1670,7 @@ return ChainDB;
diff --git a/docs/bcoin_coin.js.html b/docs/bcoin_coin.js.html index 16b4f3d..d45a15f 100644 --- a/docs/bcoin_coin.js.html +++ b/docs/bcoin_coin.js.html @@ -330,7 +330,7 @@ return Coin;
diff --git a/docs/bcoin_coins.js.html b/docs/bcoin_coins.js.html index f6e848f..eed33dc 100644 --- a/docs/bcoin_coins.js.html +++ b/docs/bcoin_coins.js.html @@ -320,7 +320,7 @@ return Coins;
diff --git a/docs/bcoin_coinview.js.html b/docs/bcoin_coinview.js.html index 464bc78..dcc56c7 100644 --- a/docs/bcoin_coinview.js.html +++ b/docs/bcoin_coinview.js.html @@ -208,7 +208,7 @@ return CoinView;
diff --git a/docs/bcoin_compactblock.js.html b/docs/bcoin_compactblock.js.html index 602537c..b6e3332 100644 --- a/docs/bcoin_compactblock.js.html +++ b/docs/bcoin_compactblock.js.html @@ -163,7 +163,7 @@ return CompactBlock;
diff --git a/docs/bcoin_ec.js.html b/docs/bcoin_ec.js.html index dc43905..4baf139 100644 --- a/docs/bcoin_ec.js.html +++ b/docs/bcoin_ec.js.html @@ -348,7 +348,7 @@ ec.toLowS = function toLowS(sig) {
diff --git a/docs/bcoin_env.js.html b/docs/bcoin_env.js.html index e27e14d..dfebc38 100644 --- a/docs/bcoin_env.js.html +++ b/docs/bcoin_env.js.html @@ -345,7 +345,7 @@ module.exports = Environment;
diff --git a/docs/bcoin_errors.js.html b/docs/bcoin_errors.js.html index 2db10d5..18316ed 100644 --- a/docs/bcoin_errors.js.html +++ b/docs/bcoin_errors.js.html @@ -159,7 +159,7 @@ return {
diff --git a/docs/bcoin_fullnode.js.html b/docs/bcoin_fullnode.js.html index 33fcadc..cd8a1ae 100644 --- a/docs/bcoin_fullnode.js.html +++ b/docs/bcoin_fullnode.js.html @@ -642,7 +642,7 @@ return Fullnode;
diff --git a/docs/bcoin_hd.js.html b/docs/bcoin_hd.js.html index 6eba9b7..e386577 100644 --- a/docs/bcoin_hd.js.html +++ b/docs/bcoin_hd.js.html @@ -1391,7 +1391,7 @@ return HD;
diff --git a/docs/bcoin_headers.js.html b/docs/bcoin_headers.js.html index eb5ddc3..272f857 100644 --- a/docs/bcoin_headers.js.html +++ b/docs/bcoin_headers.js.html @@ -201,7 +201,7 @@ return Headers;
diff --git a/docs/bcoin_http_base.js.html b/docs/bcoin_http_base.js.html index 2d9a6df..fb24c1f 100644 --- a/docs/bcoin_http_base.js.html +++ b/docs/bcoin_http_base.js.html @@ -551,7 +551,7 @@ module.exports = HTTPBase;
diff --git a/docs/bcoin_http_client.js.html b/docs/bcoin_http_client.js.html index d8a7f79..a46401f 100644 --- a/docs/bcoin_http_client.js.html +++ b/docs/bcoin_http_client.js.html @@ -960,7 +960,7 @@ return HTTPClient;
diff --git a/docs/bcoin_http_provider.js.html b/docs/bcoin_http_provider.js.html index 8339254..971c522 100644 --- a/docs/bcoin_http_provider.js.html +++ b/docs/bcoin_http_provider.js.html @@ -247,7 +247,7 @@ return HTTPProvider;
diff --git a/docs/bcoin_http_request.js.html b/docs/bcoin_http_request.js.html index 4e27577..fd2e027 100644 --- a/docs/bcoin_http_request.js.html +++ b/docs/bcoin_http_request.js.html @@ -381,7 +381,7 @@ module.exports = request;
diff --git a/docs/bcoin_http_server.js.html b/docs/bcoin_http_server.js.html index 28fc9a8..c6b617c 100644 --- a/docs/bcoin_http_server.js.html +++ b/docs/bcoin_http_server.js.html @@ -831,7 +831,7 @@ return HTTPServer;
diff --git a/docs/bcoin_input.js.html b/docs/bcoin_input.js.html index 7ca93a6..4a89194 100644 --- a/docs/bcoin_input.js.html +++ b/docs/bcoin_input.js.html @@ -456,7 +456,7 @@ return Input;
diff --git a/docs/bcoin_keypair.js.html b/docs/bcoin_keypair.js.html index 9975f2f..4ad0368 100644 --- a/docs/bcoin_keypair.js.html +++ b/docs/bcoin_keypair.js.html @@ -308,7 +308,7 @@ return KeyPair;
diff --git a/docs/bcoin_ldb.js.html b/docs/bcoin_ldb.js.html index 46346a8..68d4930 100644 --- a/docs/bcoin_ldb.js.html +++ b/docs/bcoin_ldb.js.html @@ -178,7 +178,7 @@ return ldb;
diff --git a/docs/bcoin_locker.js.html b/docs/bcoin_locker.js.html index a66fd2b..2ded642 100644 --- a/docs/bcoin_locker.js.html +++ b/docs/bcoin_locker.js.html @@ -209,7 +209,7 @@ module.exports = Locker;
diff --git a/docs/bcoin_lowlevelup.js.html b/docs/bcoin_lowlevelup.js.html index a57c24c..a7f8a7f 100644 --- a/docs/bcoin_lowlevelup.js.html +++ b/docs/bcoin_lowlevelup.js.html @@ -218,7 +218,7 @@ module.exports = LowlevelUp;
diff --git a/docs/bcoin_lru.js.html b/docs/bcoin_lru.js.html index fe69071..3d7a72e 100644 --- a/docs/bcoin_lru.js.html +++ b/docs/bcoin_lru.js.html @@ -350,7 +350,7 @@ module.exports = LRU;
diff --git a/docs/bcoin_mempool.js.html b/docs/bcoin_mempool.js.html index e9d054b..5002482 100644 --- a/docs/bcoin_mempool.js.html +++ b/docs/bcoin_mempool.js.html @@ -1546,7 +1546,7 @@ return Mempool;
diff --git a/docs/bcoin_merkleblock.js.html b/docs/bcoin_merkleblock.js.html index f88101a..77159c7 100644 --- a/docs/bcoin_merkleblock.js.html +++ b/docs/bcoin_merkleblock.js.html @@ -449,7 +449,7 @@ return MerkleBlock;
diff --git a/docs/bcoin_miner.js.html b/docs/bcoin_miner.js.html index 9ba2a04..9c29234 100644 --- a/docs/bcoin_miner.js.html +++ b/docs/bcoin_miner.js.html @@ -720,7 +720,7 @@ return Miner;
diff --git a/docs/bcoin_mtx.js.html b/docs/bcoin_mtx.js.html index 470d70b..0b517d8 100644 --- a/docs/bcoin_mtx.js.html +++ b/docs/bcoin_mtx.js.html @@ -1444,7 +1444,7 @@ return MTX;
diff --git a/docs/bcoin_node.js.html b/docs/bcoin_node.js.html index 5e8b158..6daa25d 100644 --- a/docs/bcoin_node.js.html +++ b/docs/bcoin_node.js.html @@ -85,7 +85,7 @@ return Node;
diff --git a/docs/bcoin_output.js.html b/docs/bcoin_output.js.html index 6361b03..50f7aa5 100644 --- a/docs/bcoin_output.js.html +++ b/docs/bcoin_output.js.html @@ -273,7 +273,7 @@ return Output;
diff --git a/docs/bcoin_peer.js.html b/docs/bcoin_peer.js.html index fa37308..1689f2f 100644 --- a/docs/bcoin_peer.js.html +++ b/docs/bcoin_peer.js.html @@ -1488,7 +1488,7 @@ return Peer;
diff --git a/docs/bcoin_pool.js.html b/docs/bcoin_pool.js.html index 3e93d32..e68508a 100644 --- a/docs/bcoin_pool.js.html +++ b/docs/bcoin_pool.js.html @@ -2338,7 +2338,7 @@ return Pool;
diff --git a/docs/bcoin_profiler.js.html b/docs/bcoin_profiler.js.html index 2c5d5b2..eb25bfd 100644 --- a/docs/bcoin_profiler.js.html +++ b/docs/bcoin_profiler.js.html @@ -286,7 +286,7 @@ return profiler;
diff --git a/docs/bcoin_protocol_constants.js.html b/docs/bcoin_protocol_constants.js.html index 7f5b50d..f216979 100644 --- a/docs/bcoin_protocol_constants.js.html +++ b/docs/bcoin_protocol_constants.js.html @@ -819,7 +819,7 @@ exports.CURRENCY_UNIT = 'BTC';
diff --git a/docs/bcoin_protocol_framer.js.html b/docs/bcoin_protocol_framer.js.html index c2d1ad6..701207a 100644 --- a/docs/bcoin_protocol_framer.js.html +++ b/docs/bcoin_protocol_framer.js.html @@ -1496,7 +1496,7 @@ return Framer;
diff --git a/docs/bcoin_protocol_network.js.html b/docs/bcoin_protocol_network.js.html index ed6d2de..6def868 100644 --- a/docs/bcoin_protocol_network.js.html +++ b/docs/bcoin_protocol_network.js.html @@ -961,7 +961,7 @@ segnet4.requireStandard = false;
diff --git a/docs/bcoin_protocol_parser.js.html b/docs/bcoin_protocol_parser.js.html index 3327570..b9f9414 100644 --- a/docs/bcoin_protocol_parser.js.html +++ b/docs/bcoin_protocol_parser.js.html @@ -1220,7 +1220,7 @@ return Parser;
diff --git a/docs/bcoin_reader.js.html b/docs/bcoin_reader.js.html index 1b31e1a..1269568 100644 --- a/docs/bcoin_reader.js.html +++ b/docs/bcoin_reader.js.html @@ -585,7 +585,7 @@ module.exports = BufferReader;
diff --git a/docs/bcoin_script.js.html b/docs/bcoin_script.js.html index 1f01fd1..68ef2b0 100644 --- a/docs/bcoin_script.js.html +++ b/docs/bcoin_script.js.html @@ -4444,7 +4444,7 @@ return Script;
diff --git a/docs/bcoin_spvnode.js.html b/docs/bcoin_spvnode.js.html index 7e62264..9912516 100644 --- a/docs/bcoin_spvnode.js.html +++ b/docs/bcoin_spvnode.js.html @@ -340,7 +340,7 @@ return SPVNode;
diff --git a/docs/bcoin_timedata.js.html b/docs/bcoin_timedata.js.html index 3525ca6..f5dbb90 100644 --- a/docs/bcoin_timedata.js.html +++ b/docs/bcoin_timedata.js.html @@ -154,7 +154,7 @@ return TimeData;
diff --git a/docs/bcoin_tx.js.html b/docs/bcoin_tx.js.html index 335d516..5e5f245 100644 --- a/docs/bcoin_tx.js.html +++ b/docs/bcoin_tx.js.html @@ -1955,7 +1955,7 @@ return TX;
diff --git a/docs/bcoin_txdb.js.html b/docs/bcoin_txdb.js.html index 0d71128..094584a 100644 --- a/docs/bcoin_txdb.js.html +++ b/docs/bcoin_txdb.js.html @@ -1993,7 +1993,7 @@ return TXDB;
diff --git a/docs/bcoin_types.js.html b/docs/bcoin_types.js.html index 9121b11..20b3dbb 100644 --- a/docs/bcoin_types.js.html +++ b/docs/bcoin_types.js.html @@ -597,7 +597,7 @@
diff --git a/docs/bcoin_uri.js.html b/docs/bcoin_uri.js.html index e81db3c..5f81578 100644 --- a/docs/bcoin_uri.js.html +++ b/docs/bcoin_uri.js.html @@ -132,7 +132,7 @@ exports.stringify = function stringify(address, amount) {
diff --git a/docs/bcoin_utils.js.html b/docs/bcoin_utils.js.html index 44cfb1d..29d10c0 100644 --- a/docs/bcoin_utils.js.html +++ b/docs/bcoin_utils.js.html @@ -2801,7 +2801,7 @@ utils.global = (function() {
diff --git a/docs/bcoin_wallet.js.html b/docs/bcoin_wallet.js.html index c12fb50..9846647 100644 --- a/docs/bcoin_wallet.js.html +++ b/docs/bcoin_wallet.js.html @@ -1833,7 +1833,7 @@ return Wallet;
diff --git a/docs/bcoin_walletdb.js.html b/docs/bcoin_walletdb.js.html index aba22ca..ef15a47 100644 --- a/docs/bcoin_walletdb.js.html +++ b/docs/bcoin_walletdb.js.html @@ -1215,7 +1215,7 @@ return WalletDB;
diff --git a/docs/bcoin_workers.js.html b/docs/bcoin_workers.js.html index 17c45d4..136c91f 100644 --- a/docs/bcoin_workers.js.html +++ b/docs/bcoin_workers.js.html @@ -857,7 +857,7 @@ return Workers;
diff --git a/docs/bcoin_writer.js.html b/docs/bcoin_writer.js.html index 86e9070..d8d63ad 100644 --- a/docs/bcoin_writer.js.html +++ b/docs/bcoin_writer.js.html @@ -391,7 +391,7 @@ module.exports = BufferWriter;
diff --git a/docs/global.html b/docs/global.html index e60a954..7626f95 100644 --- a/docs/global.html +++ b/docs/global.html @@ -11806,7 +11806,7 @@ should be relayed immediately.


diff --git a/docs/index.html b/docs/index.html index 09fdcfe..1f39181 100644 --- a/docs/index.html +++ b/docs/index.html @@ -281,7 +281,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.


diff --git a/docs/module-bcoin.html b/docs/module-bcoin.html index b3df027..dcf2511 100644 --- a/docs/module-bcoin.html +++ b/docs/module-bcoin.html @@ -310,7 +310,7 @@ twice will return the same environment.


diff --git a/docs/module-constants.html b/docs/module-constants.html index eb78590..9539386 100644 --- a/docs/module-constants.html +++ b/docs/module-constants.html @@ -8503,7 +8503,7 @@ are not meant for use on the p2p network.


diff --git a/docs/module-ec.html b/docs/module-ec.html index b9198c5..c209495 100644 --- a/docs/module-ec.html +++ b/docs/module-ec.html @@ -1794,7 +1794,7 @@ odd lengths.


diff --git a/docs/module-ldb.html b/docs/module-ldb.html index 054970e..1c598d1 100644 --- a/docs/module-ldb.html +++ b/docs/module-ldb.html @@ -822,7 +822,7 @@ https://github.com/indutny/bcoin
diff --git a/docs/module-network.html b/docs/module-network.html index a2a73c2..3b33e4e 100644 --- a/docs/module-network.html +++ b/docs/module-network.html @@ -2609,7 +2609,7 @@ accepts non-standard transactions.


diff --git a/docs/module-profiler.html b/docs/module-profiler.html index e4538c4..fdcdbf2 100644 --- a/docs/module-profiler.html +++ b/docs/module-profiler.html @@ -576,7 +576,7 @@
diff --git a/docs/module-request.html b/docs/module-request.html index a4e1f4e..a74b352 100644 --- a/docs/module-request.html +++ b/docs/module-request.html @@ -824,7 +824,7 @@ Error will be returned if the response is not of this type.


diff --git a/docs/module-uri.html b/docs/module-uri.html index a470a1c..34434ab 100644 --- a/docs/module-uri.html +++ b/docs/module-uri.html @@ -680,7 +680,7 @@ https://github.com/indutny/bcoin
diff --git a/docs/module-utils.html b/docs/module-utils.html index bc1287d..35adc57 100644 --- a/docs/module-utils.html +++ b/docs/module-utils.html @@ -21123,7 +21123,7 @@ or setInterval depending.


diff --git a/docs/module.exports-Framer.html b/docs/module.exports-Framer.html index 49dcfca..a755891 100644 --- a/docs/module.exports-Framer.html +++ b/docs/module.exports-Framer.html @@ -153,7 +153,7 @@
diff --git a/docs/module.exports-Parser.html b/docs/module.exports-Parser.html index 55b920c..9c32283 100644 --- a/docs/module.exports-Parser.html +++ b/docs/module.exports-Parser.html @@ -153,7 +153,7 @@