Skip to content

Commit 0b96ec4

Browse files
Add initiator to transaction
1 parent f8535cd commit 0b96ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tzkt/events/message.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ type Transaction struct {
147147

148148
Sender Address `json:"sender"`
149149
Target Address `json:"target"`
150+
Initiator Address `json:"initiator"`
150151
Amount decimal.Decimal `json:"amount"`
151152
Parameter Parameter `json:"parameter"`
152153
Timestamp time.Time `json:"timestamp"`

0 commit comments

Comments
 (0)