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

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

export type Signature_Secp256k1Ecdsa = ({
    type: string;
} & Secp256k1Ecdsa);

