/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Response providing the smart contract verifier code.
 */
export type SmartContractVerifierResponse = {
  /**
   * The smart contract verifier code.
   */
  contract_code: string | null;
};
