/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { ValidatorTransaction } from './ValidatorTransaction';

export type Transaction_ValidatorTransaction = ({
    type: string;
} & ValidatorTransaction);

