> ## Documentation Index
> Fetch the complete documentation index at: https://docs.injective.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

# Events

insurance 모듈은 다음 이벤트를 발생시킵니다:

## Handlers

### MsgCreateInsuranceFund

| Type                                                 | Attribute Key | Attribute Value |
| ---------------------------------------------------- | ------------- | --------------- |
| injective.insurance.v1beta1.EventInsuranceFundUpdate | fund          | {fundJSON}      |

### MsgUnderwrite

| Type                                                 | Attribute Key | Attribute Value |
| ---------------------------------------------------- | ------------- | --------------- |
| injective.insurance.v1beta1.EventInsuranceFundUpdate | fund          | {fundJSON}      |

### MsgRequestRedemption

| Type                                               | Attribute Key | Attribute Value |
| -------------------------------------------------- | ------------- | --------------- |
| injective.insurance.v1beta1.EventRequestRedemption | schedule      | {scheduleJSON}  |

## EndBlocker

| Type                                                 | Attribute Key | Attribute Value |
| ---------------------------------------------------- | ------------- | --------------- |
| injective.insurance.v1beta1.EventInsuranceFundUpdate | fund          | {fundJSON}      |
| injective.insurance.v1beta1.EventWithdrawRedemption  | schedule      | {scheduleJSON}  |
| injective.insurance.v1beta1.EventWithdrawRedemption  | redeem\_coin  | {redeemCoin}    |
