Type alias FetchSignaturesBatchResponse

FetchSignaturesBatchResponse: {
    errors: string[];
    oracle_responses: FeedEvalBatchResponse[];
}

Type declaration