Events
The bank module emits the following events:
Handlers
MsgSend
Type
Attribute Key
Attribute Value
transfer
recipient
transfer
amount
message
module
bank
message
sender
send
message
action
MsgMultiSend
Type
Attribute Key
Attribute Value
transfer
recipient
transfer
amount
message
module
bank
message
sender
multisend
message
action
Keeper events
In addition to handlers events, the bank keeper will produce events when the following methods are called (or any method which ends up calling them)
MintCoins
BurnCoins
addCoins
subUnlockedCoins/DelegateCoins
Last updated