committed by
Alessio Treglia
parent
cf0f73a9ca
commit
8550d87319
@@ -6,11 +6,11 @@ The distribution module emits the following events/tags:
|
||||
|
||||
### MsgSetWithdrawAddress
|
||||
|
||||
| Key | Value |
|
||||
|-------------|---------------------------|
|
||||
| `action` | `set_withdraw_address` |
|
||||
| `category` | `distribution` |
|
||||
| `delegator` | {delegatorAccountAddress} |
|
||||
| Key | Value |
|
||||
|------------|---------------------------|
|
||||
| `action` | `set_withdraw_address` |
|
||||
| `category` | `distribution` |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
|
||||
### MsgWithdrawDelegatorReward
|
||||
|
||||
@@ -18,13 +18,13 @@ The distribution module emits the following events/tags:
|
||||
|--------------------|-----------------------------|
|
||||
| `action` | `withdraw_delegator_reward` |
|
||||
| `category` | `distribution` |
|
||||
| `delegator` | {delegatorAccountAddress} |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
| `source-validator` | {srcOperatorAddress} |
|
||||
|
||||
### MsgWithdrawValidatorCommission
|
||||
|
||||
| Key | Value |
|
||||
|--------------------|---------------------------------|
|
||||
| `action` | `withdraw_validator_commission` |
|
||||
| `category` | `distribution` |
|
||||
| `source-validator` | {srcOperatorAddress} |
|
||||
| Key | Value |
|
||||
|------------|---------------------------------|
|
||||
| `action` | `withdraw_validator_commission` |
|
||||
| `category` | `distribution` |
|
||||
| `sender` | {srcOperatorAddress} |
|
||||
|
||||
@@ -16,7 +16,7 @@ The governance module emits the following events/tags:
|
||||
|---------------------------|--------------------------|
|
||||
| `action` | `submit_proposal` |
|
||||
| `category` | `governance` |
|
||||
| `proposer` | {proposerAccountAddress} |
|
||||
| `sender` | {proposerAccountAddress} |
|
||||
| `proposal-id` | {proposalID} |
|
||||
| `voting-period-start` [0] | {proposalID} |
|
||||
|
||||
@@ -28,7 +28,7 @@ The governance module emits the following events/tags:
|
||||
|---------------|-----------------------|
|
||||
| `action` | `vote` |
|
||||
| `category` | `governance` |
|
||||
| `voter` | {voterAccountAddress} |
|
||||
| `sender` | {voterAccountAddress} |
|
||||
| `proposal-id` | {proposalID} |
|
||||
|
||||
### MsgDeposit
|
||||
@@ -37,5 +37,5 @@ The governance module emits the following events/tags:
|
||||
|---------------|---------------------------|
|
||||
| `action` | `deposit` |
|
||||
| `category` | `governance` |
|
||||
| `depositor` | {depositorAccountAddress} |
|
||||
| `sender` | {depositorAccountAddress} |
|
||||
| `proposal-id` | {proposalID} |
|
||||
|
||||
@@ -6,8 +6,8 @@ The slashing module emits the following events/tags:
|
||||
|
||||
### MsgUnjail
|
||||
|
||||
| Key | Value |
|
||||
|-------------|----------------------------|
|
||||
| `action` | `unjail` |
|
||||
| `category` | `slashing` |
|
||||
| `validator` | {validatorOperatorAddress} |
|
||||
| Key | Value |
|
||||
|------------|----------------------------|
|
||||
| `action` | `unjail` |
|
||||
| `category` | `slashing` |
|
||||
| `sender` | {validatorOperatorAddress} |
|
||||
|
||||
@@ -16,19 +16,19 @@ The staking module emits the following events/tags:
|
||||
|
||||
### MsgCreateValidator
|
||||
|
||||
| Key | Value |
|
||||
|-------------------------|----------------------|
|
||||
| `action` | `create_validator` |
|
||||
| `category` | `staking` |
|
||||
| `destination-validator` | {dstOperatorAddress} |
|
||||
| Key | Value |
|
||||
|------------|----------------------|
|
||||
| `action` | `create_validator` |
|
||||
| `category` | `staking` |
|
||||
| `sender` | {dstOperatorAddress} |
|
||||
|
||||
### MsgEditValidator
|
||||
|
||||
| Key | Value |
|
||||
|-------------------------|----------------------|
|
||||
| `action` | `edit_validator` |
|
||||
| `category` | `staking` |
|
||||
| `destination-validator` | {dstOperatorAddress} |
|
||||
| Key | Value |
|
||||
|------------|----------------------|
|
||||
| `action` | `edit_validator` |
|
||||
| `category` | `staking` |
|
||||
| `sender` | {dstOperatorAddress} |
|
||||
|
||||
### MsgDelegate
|
||||
|
||||
@@ -36,7 +36,7 @@ The staking module emits the following events/tags:
|
||||
|-------------------------|---------------------------|
|
||||
| `action` | `delegate` |
|
||||
| `category` | `staking` |
|
||||
| `delegator` | {delegatorAccountAddress} |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
| `destination-validator` | {dstOperatorAddress} |
|
||||
|
||||
### MsgBeginRedelegate
|
||||
@@ -45,7 +45,7 @@ The staking module emits the following events/tags:
|
||||
|-------------------------|---------------------------|
|
||||
| `action` | `begin_redelegate` |
|
||||
| `category` | `staking` |
|
||||
| `delegator` | {delegatorAccountAddress} |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
| `source-validator` | {srcOperatorAddress} |
|
||||
| `destination-validator` | {dstOperatorAddress} |
|
||||
| `end-time` [0] | {delegationFinishTime} |
|
||||
@@ -58,7 +58,7 @@ The staking module emits the following events/tags:
|
||||
|--------------------|---------------------------|
|
||||
| `action` | `begin_unbonding` |
|
||||
| `category` | `staking` |
|
||||
| `delegator` | {delegatorAccountAddress} |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
| `source-validator` | {srcOperatorAddress} |
|
||||
| `end-time` [0] | {delegationFinishTime} |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user