ctx context.Context,
request *ReadHistoryBranchRequest,
resp := &ReadHistoryBranchByBatchResponse{}
var err error
_, resp.History, resp.TransactionIDs, resp.NextPageToken, resp.Size, err = m.readHistoryBranch(ctx, true, request)
return resp, err
}
// ReadHistoryBranch returns history node data for a branch