Skip to content

Commit

Permalink
Update ledger.ipldsch
Browse files Browse the repository at this point in the history
  • Loading branch information
linuskendall authored Aug 8, 2024
1 parent 1b2012d commit 0fa735e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ledger.ipldsch
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ type Block struct {

type BlockMeta struct {
kind Int
# Block link
block Link # &Transaction
# Link to the rewards for this block.
rewards Link # &Rewards
# Transaction metadata, @TODO: does this risk being too big?
Expand Down Expand Up @@ -85,6 +87,9 @@ type Transaction struct {
type TransactionMeta struct {
kind Int

# Link to the tranasction
transaction Link # &Transaction

# Raw tx metadata data.
metadata DataFrame
}
Expand Down

0 comments on commit 0fa735e

Please sign in to comment.