Interface QueryValidatorCommissionResponse

QueryValidatorCommissionResponse is the response type for the Query/ValidatorCommission RPC method

interface QueryValidatorCommissionResponse {
    commission: undefined | ValidatorAccumulatedCommission;
}

Properties

Properties

commission: undefined | ValidatorAccumulatedCommission

commission defines the commision the validator received.