UNPKG

@zkportal/aleo-oracle-sdk

Version:
4 lines (3 loc) 784 B
import type { ClientConfig, CustomBackendConfig, CustomBackendAllowedFetchOptions } from './config'; import type { AttestationErrorResponse, AttestationRequest, AttestationResponse, DebugRequestResponse, DebugRequestResponseWithError, EnclaveInfo, HeaderDict, InfoOptions, NotarizationOptions, OracleData, PositionInfo, ProofPositionalInfo, SgxInfo, NitroInfo, NitroDocument, NitroReportExtras } from './attestation'; export type { ClientConfig, CustomBackendConfig, CustomBackendAllowedFetchOptions, AttestationErrorResponse, AttestationRequest, AttestationResponse, DebugRequestResponse, DebugRequestResponseWithError, EnclaveInfo, HeaderDict, InfoOptions, NotarizationOptions, OracleData, PositionInfo, ProofPositionalInfo, SgxInfo, NitroInfo, NitroDocument, NitroReportExtras, };