/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403EthScBody = { /** * ethereum.sc.invalid */ errorCode: string; /** * Invalid parameters for smart contract invocation. */ message: string; /** * 403 */ statusCode: number; }