Skip to content

Commit

Permalink
Update the blockchain transaction payload to support more types in fu…
Browse files Browse the repository at this point in the history
…ture (#1873)

Talking with G I discovered that he has several things he’d like to use
this for. This change makes the Blockchain Payload a little more
complicated, but it will make it easier to work with it in the future
when we add a bunch of stuff there.
  • Loading branch information
texuf authored Dec 19, 2024
1 parent 3b26b56 commit 74f5309
Show file tree
Hide file tree
Showing 6 changed files with 951 additions and 928 deletions.
1 change: 1 addition & 0 deletions core/node/protocol/extensions.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type IsUserSettingsPayload_Content = isUserSettingsPayload_Content
type IsUserMetadataPayload_Content = isUserMetadataPayload_Content
type IsMediaPayload_Content = isMediaPayload_Content
type IsSnapshot_Content = isSnapshot_Content
type IsBlockchainTransaction_Content = isBlockchainTransaction_Content
type IsGetStreamExResponse_Data = isGetStreamExResponse_Data

type IsInceptionPayload interface {
Expand Down
Loading

0 comments on commit 74f5309

Please sign in to comment.