/** * 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 EthSignTransactionRequestGasPrice */ export interface EthSignTransactionRequestGasPrice { } /** * Check if a given object implements the EthSignTransactionRequestGasPrice interface. */ export declare function instanceOfEthSignTransactionRequestGasPrice(value: object): boolean; export declare function EthSignTransactionRequestGasPriceFromJSON(json: any): EthSignTransactionRequestGasPrice; export declare function EthSignTransactionRequestGasPriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): EthSignTransactionRequestGasPrice; export declare function EthSignTransactionRequestGasPriceToJSON(value?: EthSignTransactionRequestGasPrice | null): any;