/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../api/index'; import * as core from '../../core'; import * as serializers from '../index'; import { EcdsaSecp256K1VerificationKey2019Type } from './EcdsaSecp256K1VerificationKey2019Type'; export declare const EcdsaSecp256K1VerificationKey2019: core.serialization.ObjectSchema; export declare namespace EcdsaSecp256K1VerificationKey2019 { interface Raw { '@context'?: string[] | null; controller: string; id: string; publicKeyBase58: string; type: EcdsaSecp256K1VerificationKey2019Type.Raw; } } //# sourceMappingURL=EcdsaSecp256K1VerificationKey2019.d.ts.map