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 0fa735e commit e00a980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger.ipldsch
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Block struct {
type BlockMeta struct {
kind Int
# Block link
block Link # &Transaction
block Link # &Block, maybe this needs to be a string instead of a link to actually make this a separate dag?
# Link to the rewards for this block.
rewards Link # &Rewards
# Transaction metadata, @TODO: does this risk being too big?
Expand Down Expand Up @@ -88,7 +88,7 @@ type TransactionMeta struct {
kind Int

# Link to the tranasction
transaction Link # &Transaction
transaction Link # &Transaction, maybe this needs to be a string intead of a link to preserve this as a DAG?

# Raw tx metadata data.
metadata DataFrame
Expand Down

0 comments on commit e00a980

Please sign in to comment.