Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.25 KB

Bitcoin Dictionary

Name Camel Case Exported Identifiers Type Reasoning
Transaction ID txId TxID 32 byte string of hex
Block hash blockHash BlockHash 32 byte string of hex
Satoshis satoshis Satoshis int64 21m bitcoin easily fits into 263 − 1
Height height Height int32 Over 4,000 years
ScriptPubKey script
Locking Script (scriptPubKey) lockingScript LockingScript []byte
Unlocking Script (scriptSig/redeemScript) unlockingScript UnlockingScript []byte
Output Index
Sequence Number (nSequence)
Tx Lock Time (nLockTime)
Unspent Transaction Output utxo UTxO
Public Key publicKey PublicKey 33 byte string of hex compressed form
Private Key privateKey Private Key
Heirarchical Determinicstic Private Key HDPrivateKey HDPrivateKey
Address
Pay-to-Public-Key-Hash (P2PKH)
OP_RETURN
Pay-to-Script-Hash (P2SH)
Transaction tx Tx
Block
Merkle Tree
previousBlockHash
nextBlockHash
version
nTime
nBits
nonce
Miner ID minerId MinerID 33 byte string of hex compressed form