/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403Erc20Prefix = { /** * erc20.symbol.prefix */ errorCode: string; /** * ERC20 token cannot start with VC_. */ message: string; /** * 403 */ statusCode: number; }