UNPKG

@openzeppelin/relayer-sdk

Version:
24 lines (23 loc) 1.14 kB
/** * OpenZeppelin Relayer API * OpenZeppelin Relayer API * * The version of the OpenAPI document: 1.3.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { SignerConfigResponseOneOf } from './signer-config-response-one-of'; import type { SignerConfigResponseOneOf1 } from './signer-config-response-one-of1'; import type { SignerConfigResponseOneOf2 } from './signer-config-response-one-of2'; import type { SignerConfigResponseOneOf3 } from './signer-config-response-one-of3'; import type { SignerConfigResponseOneOf4 } from './signer-config-response-one-of4'; import type { SignerConfigResponseOneOf5 } from './signer-config-response-one-of5'; /** * @type SignerConfigResponse * Signer configuration response Does not include sensitive information like private keys * @export */ export type SignerConfigResponse = SignerConfigResponseOneOf | SignerConfigResponseOneOf1 | SignerConfigResponseOneOf2 | SignerConfigResponseOneOf3 | SignerConfigResponseOneOf4 | SignerConfigResponseOneOf5 | object;