Skip to main content

Events

The x/sanction module emits the following events.

EventAddressSanctioned

This event is emitted when an account is sanctioned.

@Type: /cosmos.sanction.v1beta1.EventAddressSanctioned

Attribute KeyAttribute Value
address{bech32 string of sanctioned account}

EventAddressUnsanctioned

This event is emitted when an account is unsanctioned.

@Type: /cosmos.sanction.v1beta1.EventAddressUnsanctioned

Attribute KeyAttribute Value
address{bech32 string of unsanctioned account}

EventTempAddressSanctioned

This event is emitted when a temporary sanction is placed on an account.

@Type: /cosmos.sanction.v1beta1.EventTempAddressSanctioned

Attribute KeyAttribute Value
address{bech32 string of sanctioned account}

EventTempAddressUnsanctioned

This event is emitted when a temporary unsanction is placed on an account.

@Type: /cosmos.sanction.v1beta1.EventTempAddressUnsanctioned

Attribute KeyAttribute Value
address{bech32 string of unsanctioned account}

EventParamsUpdated

This event is emitted when the x/sanction module's params are updated.

@Type: /cosmos.sanction.v1beta1.EventParamsUpdated

Attribute KeyAttribute Value
(none)