We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8535cd commit 0b96ec4Copy full SHA for 0b96ec4
tzkt/events/message.go
@@ -147,6 +147,7 @@ type Transaction struct {
147
148
Sender Address `json:"sender"`
149
Target Address `json:"target"`
150
+ Initiator Address `json:"initiator"`
151
Amount decimal.Decimal `json:"amount"`
152
Parameter Parameter `json:"parameter"`
153
Timestamp time.Time `json:"timestamp"`
0 commit comments