📚
Duality Documentation
  • What is Duality?
  • Concepts
    • AMMs and Orderbooks
    • Liquidity Pools
    • Ticks
    • TickLiquidity
      • Pool Reserves
        • Fees
      • Limit Order Tranches
    • Liquidity Iteration
    • Swaps
    • Overview
  • Module Documentation for Developers
    • DEX Module
      • Transaction Messages
        • Deposit
        • Withdrawal
        • MultiHop Swap
        • Place Limit Order
        • Cancel Limit Order Message
        • Withdraw Filled Limit Order
      • Queries
  • Dictionary
  • Advanced Concepts
    • Replicating Market Makers
    • Shared Liquidity
  • User Interface
Powered by GitBook
On this page
  • Contents
  1. Module Documentation for Developers
  2. DEX Module

Transaction Messages

Explanation of the transaction message types on the DEX module

PreviousDEX ModuleNextDeposit

Last updated 2 years ago

Messages can all be found in and are the primary way to interact with the DEX

Contents

duality/proto/duality/dex/tx.proto
MsgDeposit
MsgWithdrawal
MsgMultiHopSwap
MsgPlaceLimitOrder
MsgCancelLimitOrder
MsgWithdrawFilledLimitOrder