Browse Source

Empty files for most classes

patch-2
Esteban Ordano 10 years ago
parent
commit
2e9298fbc8
  1. 1
      docs/Block.md
  2. 1
      docs/Blockheader.md
  3. 1
      docs/Crypto.md
  4. 0
      docs/Encoding.md
  5. 12
      docs/Hierarchical.md
  6. 1
      docs/Input.md
  7. 1
      docs/Networks.md
  8. 1
      docs/Opcode.md
  9. 1
      docs/Output.md
  10. 1
      docs/Script.md
  11. 1
      docs/Signature.md

1
docs/Block.md

@ -0,0 +1 @@
# Block

1
docs/Blockheader.md

@ -0,0 +1 @@
# Blockheader

1
docs/Crypto.md

@ -0,0 +1 @@
# Crypto

0
docs/Encoding.md

12
docs/Hierarchical.md

@ -0,0 +1,12 @@
# Hierarichically Derived Keys
Bitcore provides full support for
[BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki),
allowing for many key management schemas that benefit from this property.
Please be sure to read and understand the basic concepts and the warnings on
that BIP before using these classes.
## HDPrivateKey
This class initially meant to share the interface of
[PrivateKey](http://missing-link) but add the ability to derive new keys.

1
docs/Input.md

@ -0,0 +1 @@
# Input

1
docs/Networks.md

@ -0,0 +1 @@
# Networks

1
docs/Opcode.md

@ -0,0 +1 @@
# Opcode

1
docs/Output.md

@ -0,0 +1 @@
# Output

1
docs/Script.md

@ -0,0 +1 @@
# Script

1
docs/Signature.md

@ -0,0 +1 @@
# Signature
Loading…
Cancel
Save