Skip to content

Commit

Permalink
feature: modeling transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
theghostmac committed Oct 11, 2023
1 parent 4aa28fd commit d9c2cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/core/transactions/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ package transactions

type Transactions struct {
Data []byte
/*
Sender string
Receiver string
Amount int
*/
}

0 comments on commit d9c2cf3

Please sign in to comment.