/** * 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. */ /** * * @export * @interface EthSignTransactionRequestChainId */ export interface EthSignTransactionRequestChainId { } /** * Check if a given object implements the EthSignTransactionRequestChainId interface. */ export declare function instanceOfEthSignTransactionRequestChainId(value: object): boolean; export declare function EthSignTransactionRequestChainIdFromJSON(json: any): EthSignTransactionRequestChainId; export declare function EthSignTransactionRequestChainIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): EthSignTransactionRequestChainId; export declare function EthSignTransactionRequestChainIdToJSON(value?: EthSignTransactionRequestChainId | null): any;