Documentation ¶ Index ¶ func BlockHeightMiddleware(next http.Handler) http.Handler func TxLogsMiddleware(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BlockHeightMiddleware ¶ func BlockHeightMiddleware(next http.Handler) http.Handler BlockHeightMiddleware parses height query parameter and sets GRPCBlockHeightHeader func TxLogsMiddleware ¶ func TxLogsMiddleware(next http.Handler) http.Handler TxLogsMiddleware intercepts tx query responses and reconstructs the deprecated `logs` field from the `events` field for backwards compatibility. This is needed because Cosmos SDK 0.50+ no longer populates the logs field. Types ¶ This section is empty. Source Files ¶ View all Source files middleware.gotx_logs_middleware.go Click to show internal directories. Click to hide internal directories.