Type Alias FetchSignaturesBatchResponse

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

Type declaration