Skip to content

Commit e6f879a

Browse files
committed
chore: Add checksum of tx to TransactionInfo
1 parent fa57376 commit e6f879a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/env.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ type TransactionInfo struct {
3333
// Along with BlockInfo.Height, this allows you to get a unique
3434
// transaction identifier for the chain for future queries
3535
Index uint32 `json:"index"`
36+
37+
// Checksum of the transaction.
38+
Checksum Checksum `json:"checksum"`
3639
}
3740

3841
type MessageInfo struct {

0 commit comments

Comments
 (0)