package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev

# Functions

GetTimeoutHeight returns the timeout height of a transaction.
IsShortTermClobMsgTx returns `true` if the supplied `tx` consist of a single clob message (`MsgPlaceOrder` or `MsgCancelOrder` or `MsgBatchCancel`) which references a Short-Term Order.
IsSingleClobMsgTx returns `true` if the supplied `tx` consist of a single clob message (`MsgPlaceOrder` or `MsgCancelOrder` or `MsgBatchCancel`).
No description provided by the author
No description provided by the author

# Structs

ClobDecorator is an AnteDecorator which is responsible for: - adding short term order placements and cancelations to the in-memory orderbook (`CheckTx` only).
ClobRateLimitDecorator is an AnteDecorator which is responsible for rate limiting MsgCancelOrder and MsgPlaceOrder and MsgBatchCancel requests.