package
15.1.0+incompatible
Repository: https://github.com/comdex-official/comdex.git
Documentation: pkg.go.dev

# Constants

the default 20 bytes length address type.
the 32 bytes length address type of ADR 028.
ORDER_DIRECTION_BUY specifies buy(swap quote coin to base coin) order direction.
ORDER_DIRECTION_SELL specifies sell(swap base coin to quote coin) order direction.
ORDER_DIRECTION_UNSPECIFIED specifies unknown order direction.
ORDER_STATUS_CANCELED indicates the order has been canceled.
ORDER_STATUS_COMPLETED indicates the order has been fully matched and completed.
ORDER_STATUS_EXPIRED indicates the order has been expired.
ORDER_STATUS_NOT_EXECUTED indicates the order has not been executed yet.
ORDER_STATUS_NOT_MATCHED indicates the order has been executed but has no match.
ORDER_STATUS_PARTIALLY_MATCHED indicates the order has been partially matched.
ORDER_STATUS_UNSPECIFIED specifies unknown order status.
REQUEST_STATUS_FAILED indicates the request is failed.
REQUEST_STATUS_NOT_EXECUTED indicates the request is not executed yet.
REQUEST_STATUS_SUCCEEDED indicates the request has been succeeded.
REQUEST_STATUS_UNSPECIFIED specifies unknown request status.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
DepositRequest defines a deposit request.
Params defines the parameters for the liquidity module.
Order defines an order.
Pair defines a coin pair.
Params defines the parameters for the liquidity module.
Pool defines a basic liquidity pool with no min-price and max-price.
No description provided by the author
No description provided by the author
WithdrawRequest defines a withdraw request.

# Type aliases

AddressType enumerates the available types of a address.
OrderDirection enumerates order directions.
OrderStatus enumerates order statuses.
RequestStatus enumerates request statuses.