@openzeppelin/relayer-sdk
Version:
OpenZeppelin Relayer SDK
20 lines (19 loc) • 584 B
TypeScript
/**
* 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 { ContractSourceOneOf } from './contract-source-one-of';
import type { ContractSourceOneOf1 } from './contract-source-one-of1';
/**
* @type ContractSource
* Represents the source for contract creation
* @export
*/
export type ContractSource = ContractSourceOneOf | ContractSourceOneOf1;