UNPKG

@openzeppelin/relayer-sdk

Version:
22 lines (21 loc) 695 B
/** * 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 { AuthSpecOneOf } from './auth-spec-one-of'; import type { AuthSpecOneOf1 } from './auth-spec-one-of1'; import type { AuthSpecOneOf2 } from './auth-spec-one-of2'; import type { AuthSpecOneOf3 } from './auth-spec-one-of3'; /** * @type AuthSpec * Authorization specification for Soroban operations * @export */ export type AuthSpec = AuthSpecOneOf | AuthSpecOneOf1 | AuthSpecOneOf2 | AuthSpecOneOf3;