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
+1
View File
@@ -22,6 +22,7 @@ type Tx interface {
types.TxWithMemo
types.FeeTx
types.TxWithTimeoutHeight
types.TxWithUnordered
types.HasValidateBasic
}