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