mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Detail Transaction Format
Provides a detailed description of the transaction format, replacing an example hexdump taken from the wiki. I'm putting this in the transaction section as the format is necessary for the creation of txids, which are used as merkle leaves (so are covered by consensus rules). However, this is also the format used by several P2P network messages to transmit transactions, so I'll be linking back to it from there as I document those messages.
This commit is contained in:
parent
57f15c5b47
commit
0af6ef09ff
4 changed files with 203 additions and 86 deletions
|
@ -46,6 +46,9 @@ coinbase: coinbase transaction
|
|||
coinbase transaction:
|
||||
coinbase transactions: coinbase transaction
|
||||
coinbase field:
|
||||
compactsize uint: compactsize unsigned integer
|
||||
compactsize unsigned integer:
|
||||
compactsize unsigned integers: compactsize unsigned integer
|
||||
confirm:
|
||||
confirmed:
|
||||
confirmation:
|
||||
|
@ -168,6 +171,9 @@ public keys: public key
|
|||
public key infrastructure: pki
|
||||
'`r`': r
|
||||
raw format:
|
||||
raw transaction: raw format
|
||||
raw transactions: raw format
|
||||
raw transaction format: raw format
|
||||
rawtransaction format: raw format
|
||||
receipt:
|
||||
recurrent rebilling:
|
||||
|
@ -325,3 +331,5 @@ CVE-2012-2459:
|
|||
'`walletlock`': rpc walletlock
|
||||
'`walletpassphrase`': rpc walletpassphrase
|
||||
'`walletpassphrasechange`': rpc walletpassphrasechange
|
||||
|
||||
Bitcoin Core 0.9.3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue