You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write documentation for the Key object, or whatever it will turn into.
Overall concept: The Key object will represent a single Bitcoin address. This is a bit fuzzy, as at least one of the following are necessary to make this useful, but all will almost never be present:
private key
compressed private key
passphrase
P2H ("normal") address
P2SH ("script") address
The text was updated successfully, but these errors were encountered:
Write documentation for the
Key
object, or whatever it will turn into.Overall concept: The
Key
object will represent a single Bitcoin address. This is a bit fuzzy, as at least one of the following are necessary to make this useful, but all will almost never be present:The text was updated successfully, but these errors were encountered: