/** * keepkey-sdk-server * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.1.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * a 65-byte secp256k1 signature, in 0x-prefixed r/s/v format * @export * @interface TypesEthSignature */ export interface TypesEthSignature { } /** * Check if a given object implements the TypesEthSignature interface. */ export declare function instanceOfTypesEthSignature(value: object): boolean; export declare function TypesEthSignatureFromJSON(json: any): TypesEthSignature; export declare function TypesEthSignatureFromJSONTyped(json: any, ignoreDiscriminator: boolean): TypesEthSignature; export declare function TypesEthSignatureToJSON(value?: TypesEthSignature | null): any;