Skip to main content

Events

The hard module emits the following events:

Handlers

MsgDeposit

TypeAttribute KeyAttribute Value
messagemodulehard
messagesender{sender address}
hard_depositamount{amount}
hard_depositdepositor{depositor address}

MsgWithdraw

TypeAttribute KeyAttribute Value
messagemodulehard
messagesender{sender address}
hard_withdrawalamount{amount}
hard_withdrawaldepositor{depositor address}

MsgBorrow

TypeAttribute KeyAttribute Value
messagemodulehard
messagesender{sender address}
hard_borrowborrow_coins{amount}
hard_withdrawalborrower{borrower address}

MsgRepay

TypeAttribute KeyAttribute Value
messagemodulehard
messagesender{sender address}
messageowner{owner address}
hard_repayrepay_coins{amount}
hard_repaysender{borrower address}