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

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

export type Signature_Ed25519 = ({
    type: string;
} & Ed25519);

