Interface QueryValidatorSlashesResponseSDKType

QueryValidatorSlashesResponse is the response type for the Query/ValidatorSlashes RPC method.

interface QueryValidatorSlashesResponseSDKType {
    pagination?: PageResponseSDKType;
    slashes: ValidatorSlashEventSDKType[];
}

Properties

Properties

pagination?: PageResponseSDKType