Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.07 KB

05_events.md

File metadata and controls

35 lines (28 loc) · 1.07 KB

Events

The market module emits the following events:

Handlers

MsgSwap

Type Attribute Key Attribute Value
swap offer {offerCoin}
swap trader {traderAddress}
swap recipient {recipientAddress}
swap swap_coin {swapCoin}
swap swap_fee {swapFee}
message module market
message action swap
message sender {senderAddress}

MsgSwapSend

Type Attribute Key Attribute Value
swap offer {offerCoin}
swap trader {traderAddress}
swap recipient {recipientAddress}
swap swap_coin {swapCoin}
swap swap_fee {swapFee}
message module market
message action swapsend
message sender {senderAddress}