Skip to content

Commit

Permalink
docs: add sizes of a block/transaction
Browse files Browse the repository at this point in the history
Ref: #87
  • Loading branch information
Keith-CY authored Oct 28, 2022
1 parent 9f22cb8 commit 7b7adfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PRD.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
- Difficulty: `compact_target` of the block
- Nonce: `nonce` of the block
- Count of uncle blocks: `uncles` of the block
- Block size: size of the block, size of the largest block in the current epoch, size of the largest block on the chain(except the genesis block)
- Miner: miner address, link to `/address/{miner}`
- Miner message: parsed from witness of the cellbase.
- Epoch: epoch index of the block
Expand Down Expand Up @@ -123,6 +124,8 @@
- Download button: click to download raw data structure of the transaction
- Block Height: number of block packaged this transaction, link to `/block/{number}`
- Transaction fee: fee of this transaction, equals to `sum(output.capacity) - sum(input.capacity)`
- Transaction fee rate: `fee / size`
- Transaction size: size of the transaction, size of the largest transaction in the current epoch, size of the largest transaction on the chain(except txs in the genesis block
- Timestamp: timestamp of the block packaged this transaction
- Status: `pending` or `x confirmations`, confirmations is the depth of block
- Transaction parameters
Expand Down

0 comments on commit 7b7adfb

Please sign in to comment.