@openzeppelin/relayer-sdk
Version:
OpenZeppelin Relayer SDK
19 lines (18 loc) • 531 B
TypeScript
/**
* OpenZeppelin Relayer API
* OpenZeppelin Relayer API
*
* The version of the OpenAPI document: 1.0.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 { EvmRpcRequestOneOf } from './evm-rpc-request-one-of';
import type { EvmRpcRequestOneOf1 } from './evm-rpc-request-one-of1';
/**
* @type EvmRpcRequest
* @export
*/
export type EvmRpcRequest = EvmRpcRequestOneOf | EvmRpcRequestOneOf1;