/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403XdcErc20TxSign = { /** * xdc.erc20.sign */ errorCode: string; /** * Unable to sign transaction for contract creation. ${error} */ message: string; /** * 403 */ statusCode: number; }