chore: restore TxWithTimeoutHeight (#24007)

This commit is contained in:
Alex | Interchain Labs 2025-03-14 16:10:24 -04:00 committed by GitHub
parent 84eab8b4c8
commit d34c85b7a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ type Tx interface {
types.TxWithMemo
types.FeeTx
types.TxWithTimeoutHeight
types.TxWithUnordered
types.HasValidateBasic
}