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

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

export type TransactionSignature_Ed25519Signature = ({
    type: string;
} & Ed25519Signature);

