diff --git a/x/quarantine/spec/04_events.md b/x/quarantine/spec/04_events.md index 10216ee66c..b08e4e5b39 100644 --- a/x/quarantine/spec/04_events.md +++ b/x/quarantine/spec/04_events.md @@ -14,9 +14,9 @@ This event is emitted when an account opts into quarantine. `@Type`: `/cosmos.quarantine.v1beta1.EventOptIn` -| Attribute Key | Attribute Value | -|---------------|--------------------------------------| -| to_address | {bech32 string of account opting in} | +| Attribute Key | Attribute Value | +|---------------|----------------------------------------| +| to_address | \{bech32 string of account opting in\} | ## EventOptOut @@ -24,9 +24,9 @@ This event is emitted when an account opts out of quarantine. `@Type`: `/cosmos.quarantine.v1beta1.EventOptOut` -| Attribute Key | Attribute Value | -|---------------|---------------------------------------| -| to_address | {bech32 string of account opting out} | +| Attribute Key | Attribute Value | +|---------------|-----------------------------------------| +| to_address | \{bech32 string of account opting out\} | ## EventFundsQuarantined @@ -35,10 +35,10 @@ The following event is also emitted. `@Type`: `/cosmos.quarantine.v1beta1.EventFundsQuarantined` -| Attribute Key | Attribute Value | -|---------------|---------------------------------------| -| to_address | {bech32 string of intended recipient} | -| coins | {sdk.Coins of funds quarantined} | +| Attribute Key | Attribute Value | +|---------------|-----------------------------------------| +| to_address | \{bech32 string of intended recipient\} | +| coins | \{sdk.Coins of funds quarantined\} | ## EventFundsReleased @@ -46,7 +46,7 @@ This event is emitted when funds are fully accepted and sent from the quarantine `@Type`: `/cosmos.quarantine.v1beta1.EventFundsReleased` -| Attribute Key | Attribute Value | -|---------------|-------------------------------| -| to_address | {bech32 string of recipient} | -| coins | {sdk.Coins of funds released} | +| Attribute Key | Attribute Value | +|---------------|---------------------------------| +| to_address | \{bech32 string of recipient\} | +| coins | \{sdk.Coins of funds released\} | diff --git a/x/sanction/spec/04_events.md b/x/sanction/spec/04_events.md index 953e375e08..5da604aee6 100644 --- a/x/sanction/spec/04_events.md +++ b/x/sanction/spec/04_events.md @@ -15,9 +15,9 @@ This event is emitted when an account is sanctioned. `@Type`: `/cosmos.sanction.v1beta1.EventAddressSanctioned` -| Attribute Key | Attribute Value | -|---------------|---------------------------------------| -| address | {bech32 string of sanctioned account} | +| Attribute Key | Attribute Value | +|---------------|-----------------------------------------| +| address | \{bech32 string of sanctioned account\} | ## EventAddressUnsanctioned @@ -25,9 +25,9 @@ This event is emitted when an account is unsanctioned. `@Type`: `/cosmos.sanction.v1beta1.EventAddressUnsanctioned` -| Attribute Key | Attribute Value | -|---------------|-----------------------------------------| -| address | {bech32 string of unsanctioned account} | +| Attribute Key | Attribute Value | +|---------------|-------------------------------------------| +| address | \{bech32 string of unsanctioned account\} | ## EventTempAddressSanctioned @@ -35,9 +35,9 @@ This event is emitted when a temporary sanction is placed on an account. `@Type`: `/cosmos.sanction.v1beta1.EventTempAddressSanctioned` -| Attribute Key | Attribute Value | -|---------------|---------------------------------------| -| address | {bech32 string of sanctioned account} | +| Attribute Key | Attribute Value | +|---------------|-----------------------------------------| +| address | \{bech32 string of sanctioned account\} | ## EventTempAddressUnsanctioned @@ -45,9 +45,9 @@ This event is emitted when a temporary unsanction is placed on an account. `@Type`: `/cosmos.sanction.v1beta1.EventTempAddressUnsanctioned` -| Attribute Key | Attribute Value | -|---------------|-----------------------------------------| -| address | {bech32 string of unsanctioned account} | +| Attribute Key | Attribute Value | +|---------------|-------------------------------------------| +| address | \{bech32 string of unsanctioned account\} | ## EventParamsUpdated