interface FetchUpdateResponse {
    failures: string[];
    responses: FeedEvalResponse[];
    updates: ByteArray[];
    updatesHex: string[];
}

Properties

failures: string[]
responses: FeedEvalResponse[]
updates: ByteArray[]
updatesHex: string[]